|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.abraracourcix.alipes.listeners.ListenerException
org.abraracourcix.alipes.pipes.MultiplexorException
Can occur if one or more of the multiplexor's listeners throw an exception. Since any or all of the multiplexor's listeners can throw exceptions during multiplexing this exception bundles them all up into one.
| Constructor Summary | |
MultiplexorException(java.lang.String description,
java.lang.Throwable cause)
Constructor |
|
MultiplexorException(java.lang.Throwable cause)
Constructor |
|
| Method Summary | |
void |
addCause(java.lang.Throwable cause)
Add a new exception |
java.lang.String |
getMessage()
Override to append all enclosed exceptions |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MultiplexorException(java.lang.Throwable cause)
cause - root cause
public MultiplexorException(java.lang.String description,
java.lang.Throwable cause)
description - Description of errorcause - root cause| Method Detail |
public final void addCause(java.lang.Throwable cause)
cause - yet another causepublic final java.lang.String getMessage()
Throwable.getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||