foundry.throwables
Class CompositeRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--foundry.throwables.CompositeRuntimeException
- All Implemented Interfaces:
- Serializable, ThrowableContainer
- public class CompositeRuntimeException
- extends RuntimeException
- implements ThrowableContainer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
throwable
private Throwable throwable
CompositeRuntimeException
public CompositeRuntimeException()
CompositeRuntimeException
public CompositeRuntimeException(String message)
CompositeRuntimeException
public CompositeRuntimeException(Throwable t)
CompositeRuntimeException
public CompositeRuntimeException(Throwable t,
String message)
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable
in interface ThrowableContainer
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2000 - Laird Jarrett Nelson