foundry-0.9.1

foundry.io
Class CompositeIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--foundry.io.CompositeIOException
All Implemented Interfaces:
Serializable, ThrowableContainer

public class CompositeIOException
extends IOException
implements ThrowableContainer

See Also:
Serialized Form

Field Summary
private  Throwable throwable
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CompositeIOException()
           
CompositeIOException(String message)
           
CompositeIOException(Throwable t)
           
CompositeIOException(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

CompositeIOException

public CompositeIOException()

CompositeIOException

public CompositeIOException(String message)

CompositeIOException

public CompositeIOException(Throwable t)

CompositeIOException

public CompositeIOException(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