Class PatternObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.epl.pattern.core.PatternObjectException
All Implemented Interfaces:
Serializable

public final class PatternObjectException extends Exception
This exception is thrown to indicate a problem with a view expression.
See Also:
  • Constructor Details

    • PatternObjectException

      public PatternObjectException(String message)
      Constructor.
      Parameters:
      message - is the error message
    • PatternObjectException

      public PatternObjectException(String message, Throwable cause)
      Constructor for an inner exception and message.
      Parameters:
      message - is the error message
      cause - is the inner exception
    • PatternObjectException

      public PatternObjectException(Throwable cause)
      Constructor.
      Parameters:
      cause - is the inner exception