net.sf.arise.util
Class ChainingRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.sf.arise.util.ChainingRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EngineRuntimeException, ServiceRuntimeException, SigseRuntimeException
- public class ChainingRuntimeException
- extends java.lang.RuntimeException
Emulates 1.4 RuntimeException.
TODO: print stacktrace properly.
- Author:
- Maja S Bratseth
- See Also:
- Serialized Form
| Fields inherited from class java.lang.RuntimeException |
|
|
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 |
ChainingRuntimeException
public ChainingRuntimeException(java.lang.Throwable cause)
ChainingRuntimeException
public ChainingRuntimeException(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