Class EPCompileExceptionSyntaxItem
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.client.util.ExceptionLineItem
com.espertech.esper.compiler.client.EPCompileExceptionItem
com.espertech.esper.compiler.client.EPCompileExceptionSyntaxItem
- All Implemented Interfaces:
Serializable
Indicates a syntax exception
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.util.ExceptionLineItem
expression, lineNumber
-
Constructor Summary
ConstructorDescriptionEPCompileExceptionSyntaxItem
(String message, Throwable cause, String expression, int lineNumber) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.util.ExceptionLineItem
getExpression, getLineNumber
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString