edu.iu.cnets.klatsch.exception
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.iu.cnets.klatsch.exception.KlatschException
              extended by edu.iu.cnets.klatsch.exception.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends KlatschException

This class supports exception handling for problems at the evaluation level. The TokenException and ParserException classes can be thrown during the parsing phase; this one is thrown at runtime.

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String message
          the error message
private static long serialVersionUID
          make Eclipse happy
 
Constructor Summary
EvaluationException(java.lang.String message)
          Initializes with an error message.
 
Method Summary
 java.lang.String toString()
          Converts the exception to a printable form.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
make Eclipse happy

See Also:
Constant Field Values

message

java.lang.String message
the error message

Constructor Detail

EvaluationException

public EvaluationException(java.lang.String message)
Initializes with an error message.

Parameters:
message - the error message
Method Detail

toString

public java.lang.String toString()
Converts the exception to a printable form.

Overrides:
toString in class java.lang.Throwable
Returns:
the error message