Class ExprTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExprTypeException
    extends ExprEvalException
    Exception for a dynamic evaluation exception caused by a type mismatch.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExprTypeException

        public ExprTypeException()
      • ExprTypeException

        public ExprTypeException​(java.lang.Throwable cause)
      • ExprTypeException

        public ExprTypeException​(java.lang.String msg)
      • ExprTypeException

        public ExprTypeException​(java.lang.String msg,
                                 java.lang.Throwable cause)