ru.biosoft.util
Class ChainRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--ru.biosoft.util.ChainRuntimeException
- public class ChainRuntimeException
- extends RuntimeException
- todo replace by standard class from jdk 1.4
| Methods inherited from class java.lang.Throwable |
getMessage, getLocalizedMessage, toString, printStackTrace, fillInStackTrace |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
ChainRuntimeException
public ChainRuntimeException(String message, Exception ex)
ChainRuntimeException
public ChainRuntimeException(Exception ex)
getException
public Exception getException()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream s)
to Class java.lang.Exception- Chained exception
BOTTOM