|
|||||||||
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
com.claritysys.io.DataMismatchException
public class DataMismatchException
An exception to indicate that recived data did not match the expected data.
SentinelInputStream.matchString(java.lang.String)
,
Serialized FormConstructor Summary | |
---|---|
DataMismatchException()
Create a new DataMismatchException with no detail description. |
|
DataMismatchException(java.lang.String message)
Create a new DataMismatchException with the given String as its 'message'. |
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 DataMismatchException()
public DataMismatchException(java.lang.String message)
message
- A String describing the mismatch.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |