Package org.apache.cayenne.di
Class DIRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.di.DIRuntimeException
- All Implemented Interfaces:
Serializable
A runtime exception thrown on DI misconfiguration.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates newConfigurationException
without detail message.DIRuntimeException
(String messageFormat, Object... messageArgs) Constructs an exception with the specified message with an optional list of message formatting arguments.DIRuntimeException
(String messageFormat, Throwable cause, Object... messageArgs) DIRuntimeException
(Throwable cause) Constructs an exception wrapping another exception thrown elsewhere. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DIRuntimeException
public DIRuntimeException()Creates newConfigurationException
without detail message. -
DIRuntimeException
Constructs an exception with the specified message with an optional list of message formatting arguments. Message formatting rules follow "String.format(..)" conventions. -
DIRuntimeException
Constructs an exception wrapping another exception thrown elsewhere. -
DIRuntimeException
-