Class EPCompileExceptionItem
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.client.util.ExceptionLineItem
com.espertech.esper.compiler.client.EPCompileExceptionItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EPCompileExceptionSyntaxItem
Exception information.
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.util.ExceptionLineItem
expression, lineNumber
-
Constructor Summary
ConstructorDescriptionEPCompileExceptionItem
(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
-
Constructor Details
-
EPCompileExceptionItem
Ctor.- Parameters:
message
- the messagecause
- the causeexpression
- the expressionlineNumber
- line number starting at 1
-