foundry-0.9.1

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

Field Summary
private  Throwable throwable
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CompositeRuntimeException()
           
CompositeRuntimeException(String message)
           
CompositeRuntimeException(Throwable t)
           
CompositeRuntimeException(Throwable t, String message)
           
 
Method Summary
 Throwable getThrowable()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

throwable

private Throwable throwable
Constructor Detail

CompositeRuntimeException

public CompositeRuntimeException()

CompositeRuntimeException

public CompositeRuntimeException(String message)

CompositeRuntimeException

public CompositeRuntimeException(Throwable t)

CompositeRuntimeException

public CompositeRuntimeException(Throwable t,
                                 String message)
Method Detail

getThrowable

public Throwable getThrowable()
Specified by:
getThrowable in interface ThrowableContainer

toString

public String toString()
Overrides:
toString in class Throwable

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson