communication
Class CompoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
communication.CommunicationException
communication.CompoundException
- All Implemented Interfaces:
- java.io.Serializable
public class CompoundException
- extends CommunicationException
When more than one exception has to be handled, this exception stores several other ones.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
exceptions
protected java.util.Vector<CommunicationException> exceptions
CompoundException
public CompoundException(java.lang.String message,
java.lang.Throwable cause)
CompoundException
public CompoundException(java.lang.String message)
CompoundException
public CompoundException()
addException
public void addException(CommunicationException e)
getExceptions
public java.util.Vector<CommunicationException> getExceptions()