Class ContextInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.smartparam.engine.core.exception.SmartParamException
org.smartparam.engine.core.context.ContextInitializationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateContextItemException,InvalidContextArgumentsCountException
When initializing dynamic context.
- Author:
- Adam Dubiel
DefaultContext.initialize(java.lang.Object[]). - See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContextInitializationException(String code, String message) ContextInitializationException(InnerReflectiveOperationException exception, Object argument) -
Method Summary
Methods inherited from class org.smartparam.engine.core.exception.SmartParamException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextInitializationException
-
ContextInitializationException
-