net.sf.arise.piji
Class EvaluationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.sf.arise.util.ChainingException
|
+--net.sf.arise.piji.PijiException
|
+--net.sf.arise.piji.EvaluationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadArgumentException, ContextException, IllegalFormalArgumentException, InternalException, WrongArgumentCountException
- public class EvaluationException
- extends PijiException
An umbrella exception for all the bad things that may happen
during interpretation. May contain a wrapped exception.
- Author:
- Kjetil Valstadsve
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
EvaluationException
public EvaluationException(java.lang.String message)
EvaluationException
public EvaluationException(java.lang.String message,
java.lang.Throwable t)
EvaluationException
public EvaluationException(java.lang.Throwable t)
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth