Class InjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.toolbox.api.inject.InjectException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInjectException
(Object target, Field field, Throwable cause) InjectException
(Object target, Method m, Throwable cause) InjectException
(Constructor<?> ctor, Object[] args, Throwable cause) InjectException
(String s, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InjectException
-
InjectException
-
InjectException
-
InjectException
-
InjectException
-