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

Field Summary
protected  java.util.Vector exceptions
           
protected  int index
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
MultiIOException()
           
MultiIOException(java.lang.String detail)
           
 
Method Summary
 void addException(java.io.IOException ex)
           
 java.io.IOException getNextException()
           
 boolean hasMoreExceptions()
           
 java.lang.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

exceptions

protected java.util.Vector exceptions

index

protected int index
Constructor Detail

MultiIOException

public MultiIOException()

MultiIOException

public MultiIOException(java.lang.String detail)
Method 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