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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
throwable
private Throwable throwable
CompositeIOException
public CompositeIOException()
CompositeIOException
public CompositeIOException(String message)
CompositeIOException
public CompositeIOException(Throwable t)
CompositeIOException
public CompositeIOException(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