Class ActivityContextParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.context.rule.parser.ActivityContextParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanReferenceException
This exception is thrown when ActivityContext parsing fails.
Created: 2008. 01. 07 AM 3:35:55
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimple constructor.Constructor to create exception with a message.ActivityContextParserException
(String msg, Throwable cause) Constructor to create exception to wrap another exception and pass a message.Constructor to create exception to wrap another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityContextParserException
public ActivityContextParserException()Simple constructor. -
ActivityContextParserException
Constructor to create exception with a message.- Parameters:
msg
- the specific message
-
ActivityContextParserException
Constructor to create exception to wrap another exception.- Parameters:
cause
- the real cause of the exception
-
ActivityContextParserException
Constructor to create exception to wrap another exception and pass a message.- Parameters:
msg
- the specific messagecause
- the real cause of the exception
-