Class EvaluationException

  • All Implemented Interfaces:
    Serializable

    public class EvaluationException
    extends RuntimeException
    A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression.
    See Also:
    Serialized Form
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(String message)
        Construct the evaluation exception with a message.
        Parameters:
        message - the message containing the cause of the exception