|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.util.streamscanner.StreamException
public final class StreamException
wrapper for Exceptions from the underlying streams of the
OutputStreamScannerChain or InputStreamScannerChain
.
| Constructor Summary | |
|---|---|
StreamException(java.lang.Exception wrappable)
creates a new StreamException wrapping the given
Exception. |
|
StreamException(java.lang.String message,
java.lang.Exception wrappable)
creates a new StreamException wrapping the given
Exception with the given details message. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 |
| Constructor Detail |
|---|
public StreamException(java.lang.Exception wrappable)
StreamException wrapping the given
Exception.
wrappable - the Exception to be wrapped
public StreamException(java.lang.String message,
java.lang.Exception wrappable)
StreamException wrapping the given
Exception with the given details message.
message - the error details messagewrappable - the Exception to be wrapped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||