Class semper.util.serial.StreamDataFormatException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.util.serial.StreamDataFormatException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----semper.util.serial.StreamIOException
|
+----semper.util.serial.StreamDataFormatException
- public class StreamDataFormatException
- extends StreamIOException
Signals that the data tag read from the
SourceStream is not of the expected type.
- Version:
- 1.0beta, 03/12/96
- Author:
- Günter Karjoth
-
StreamDataFormatException()
- Signals that the data tag read from the
SourceStream is not of the expected type.
-
StreamDataFormatException(String)
- Creates a StreamIOException with a detailed message.
-
toString()
- Convert to a human-readable form
StreamDataFormatException
public StreamDataFormatException()
- Signals that the data tag read from the
SourceStream is not of the expected type.
StreamDataFormatException
public StreamDataFormatException(String s)
- Creates a StreamIOException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Overrides:
- toString in class StreamIOException
All Packages Class Hierarchy This Package Previous Next Index