Package org.apache.struts2.inject
Class DependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.struts2.inject.DependencyException
- All Implemented Interfaces:
Serializable
Thrown when a dependency is misconfigured.
- Author:
- crazybob@google.com (Bob Lee)
- See Also:
-
Constructor Summary
ConstructorDescriptionDependencyException
(String message) DependencyException
(String message, Throwable cause) DependencyException
(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
-
DependencyException
-
DependencyException
-
DependencyException
-