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

public class EPCompileExceptionItem extends com.espertech.esper.common.client.util.ExceptionLineItem
Exception information.
See Also:
  • Constructor Details

    • EPCompileExceptionItem

      public EPCompileExceptionItem(String message, Throwable cause, String expression, int lineNumber)
      Ctor.
      Parameters:
      message - the message
      cause - the cause
      expression - the expression
      lineNumber - line number starting at 1