Class EvalException

All Implemented Interfaces:
Serializable

public class EvalException extends RuntimeException
A class that encapsulates a runtime exception occuring during evaluation of an expression.

This class extends RuntimeException because the visit() classes in ObjectVisitor do not have any 'throws' clauses. This should probably be a checked exception.

Author:
knoxg
See Also:
  • Constructor Details

    • EvalException

      public EvalException(String message)
      Creates a new EvalException object.
      Parameters:
      message - exception message