Class EvalException

All Implemented Interfaces:
Serializable

public class EvalException extends RuntimeException
An exception that can be thrown during the evaluation of a Term.

A method is not required to declare in its throws clause any subclasses of EvalException since it is derived from java.lang.RuntimeException.

Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • EvalException

      public EvalException()
      Constructs a EvalException with no detail message.
    • EvalException

      public EvalException(String message)
      Constructs a EvalException with the specified detail message.
      Parameters:
      message - the detail message.
    • EvalException

      public EvalException(String message, Throwable cause)