Class MultiIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--MultiIOException
- public class MultiIOException
- extends java.io.IOException
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| 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 |
exceptions
protected java.util.Vector exceptions
index
protected int index
MultiIOException
public MultiIOException()
MultiIOException
public MultiIOException(java.lang.String detail)
addException
public void addException(java.io.IOException ex)
hasMoreExceptions
public boolean hasMoreExceptions()
getNextException
public java.io.IOException getNextException()
throws java.util.NoSuchElementException
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Throwable