Package com.imyeyu.inject
Class InjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.imyeyu.inject.InjectException
- All Implemented Interfaces:
Serializable
IOC/DI 框架异常
- Author:
- 夜雨
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectException(String message) InjectException(String message, 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
-