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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DIException
-
DIException
-