|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.iu.cnets.klatsch.exception.KlatschException
edu.iu.cnets.klatsch.exception.EvaluationException
public class EvaluationException
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.
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 |
---|
private static final long serialVersionUID
java.lang.String message
Constructor Detail |
---|
public EvaluationException(java.lang.String message)
message
- the error messageMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |