net.sf.arise.util
Class ChainingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.sf.arise.util.ChainingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EngineException, EvalException, LoadingException, PijiException, ServiceException, SigseException
- public class ChainingException
- extends java.lang.Exception
Emulates 1.4 Exception.
TODO: print stacktrace properly.
- Author:
- Maja S Bratseth
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
|
Method Summary |
java.lang.Throwable |
getCause()
|
| 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 |
ChainingException
public ChainingException(java.lang.Throwable cause)
ChainingException
protected ChainingException(java.lang.String msg)
ChainingException
public ChainingException(java.lang.String msg,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth