Class PatternObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.epl.pattern.core.PatternObjectException
- All Implemented Interfaces:
Serializable
This exception is thrown to indicate a problem with a view expression.
- See Also:
-
Constructor Summary
ConstructorDescriptionPatternObjectException
(String message) Constructor.PatternObjectException
(String message, Throwable cause) Constructor for an inner exception and message.PatternObjectException
(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PatternObjectException
Constructor.- Parameters:
message
- is the error message
-
PatternObjectException
Constructor for an inner exception and message.- Parameters:
message
- is the error messagecause
- is the inner exception
-
PatternObjectException
Constructor.- Parameters:
cause
- is the inner exception
-