Class ViewProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.internal.view.core.ViewProcessingException
All Implemented Interfaces:
Serializable

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

    • ViewProcessingException

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

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

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