net.sf.joost.grammar
Class EvalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.joost.grammar.EvalException
All Implemented Interfaces:
Serializable

public class EvalException
extends Exception

Signals an error while evaluating an expression.

Version:
$Revision: 1.2 $ $Date: 2006/03/17 19:54:31 $
Author:
Oliver Becker
See Also:
Serialized Form

Constructor Summary
EvalException(Exception cause)
           
EvalException(String msg)
           
EvalException(String msg, Exception cause)
           
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvalException

public EvalException(String msg)

EvalException

public EvalException(String msg,
                     Exception cause)

EvalException

public EvalException(Exception cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()

toString

public String toString()
Overrides:
toString in class Throwable
See Also:
Object.toString()