|
|
|
|
|
||||||||||
| 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.io.IOException
org.torweg.pulse.util.streamscanner.InacceptableStreamException
public abstract class InacceptableStreamException
is the abstract base class for all Exceptions thrown by stream scanners.
| Constructor Summary | |
|---|---|
InacceptableStreamException(java.lang.String msg)
creates a new InacceptableStreamException with the given
message. |
|
InacceptableStreamException(java.lang.String msg,
java.lang.Throwable cause)
creates a new InacceptableStreamException with the given
message and root cause. |
|
| Method Summary |
|---|
| 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 InacceptableStreamException(java.lang.String msg)
InacceptableStreamException with the given
message.
msg - the message
public InacceptableStreamException(java.lang.String msg,
java.lang.Throwable cause)
InacceptableStreamException with the given
message and root cause.
msg - the messagecause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||