Package org.apache.maven.di.impl
Class DIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.di.impl.DIException
- All Implemented Interfaces:
- Serializable
A runtime exception that is thrown on startup when some static conditions fail
 (missing or cyclic dependencies, incorrect annotations etc.) or in runtime when
 you ask an 
Injector for an instance it does not have a binding for.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DIException
- 
DIException
 
-