Class semper.util.serial.StreamIOException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.util.serial.StreamIOException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----semper.util.serial.StreamIOException
- public class StreamIOException
- extends IOException
Signals that a StreamIO exception has occured.
- Version:
- 0.1beta, 03/04/96
- Author:
- Günter Karjoth
-
StreamIOException()
- Creates a StreamIOException.
-
StreamIOException(String)
- Creates a StreamIOException with a detailed message.
-
toString()
- Convert to a human-readable form
StreamIOException
public StreamIOException()
- Creates a StreamIOException.
StreamIOException
public StreamIOException(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 Throwable
All Packages Class Hierarchy This Package Previous Next Index