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

Constructor Index

 o StreamIOException()
Creates a StreamIOException.
 o StreamIOException(String)
Creates a StreamIOException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o StreamIOException
  public StreamIOException()
Creates a StreamIOException.
 o StreamIOException
  public StreamIOException(String s)
Creates a StreamIOException with a detailed message.
Parameters:
s - the detailed message.

Methods

 o toString
  public String toString()
Convert to a human-readable form
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index