com.bc.jexp
Class EvalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bc.jexp.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$
Author:
Norman Fomferra (norman.fomferra@brockmann-consult.de)
See Also:
Serialized Form

Constructor Summary
EvalException()
          Constructs a EvalException with no detail message.
EvalException(String message)
          Constructs a EvalException with the specified detail message.
EvalException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.