HEADER

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

Constructor Summary
ChainRuntimeException(String message, Exception ex)
           
ChainRuntimeException(Exception ex)
           

Method Summary
 ExceptiongetException()
           
 voidprintStackTrace()
           
 voidprintStackTrace(PrintStream s)
           

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

Constructor Detail

ChainRuntimeException

public ChainRuntimeException(String message, Exception ex)

ChainRuntimeException

public ChainRuntimeException(Exception ex)
Method Detail

getException

public Exception getException()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

Association Links

to Class java.lang.Exception

Chained exception

FOOTER

BOTTOM