Class ExceptionLineItem

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.client.util.ExceptionLineItem
All Implemented Interfaces:
Serializable

public class ExceptionLineItem extends Exception
Exception for line item.
See Also:
  • Field Details

    • expression

      protected final String expression
    • lineNumber

      protected final int lineNumber
  • Constructor Details

    • ExceptionLineItem

      public ExceptionLineItem(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
  • Method Details

    • getExpression

      public String getExpression()
      Returns the expression
      Returns:
      expression
    • getLineNumber

      public int getLineNumber()
      Returns the line number starting at 1
      Returns:
      line number