Class EvalException

All Implemented Interfaces:
Serializable

public class EvalException extends RuntimeException
Describes an exceptional event occurred while attempting to compute the numeric value of an expression.
See Also:
  • Constructor Details

    • EvalException

      public EvalException()
    • EvalException

      public EvalException(String message, Throwable cause)
    • EvalException

      public EvalException(String message)
    • EvalException

      public EvalException(Throwable cause)