Class ExprTypeException

All Implemented Interfaces:
Serializable

public class ExprTypeException extends ExprEvalException
Exception for a dynamic evaluation exception caused by a type mismatch.
See Also:
  • Constructor Details

    • ExprTypeException

      public ExprTypeException()
    • ExprTypeException

      public ExprTypeException(Throwable cause)
    • ExprTypeException

      public ExprTypeException(String msg)
    • ExprTypeException

      public ExprTypeException(String msg, Throwable cause)