Class PlaceholderParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.util.PlaceholderParseException
- All Implemented Interfaces:
Serializable
Exception to indicate a parse error in parsing placeholders.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlaceholderParseException
Ctor.- Parameters:
message
- is the error message
-