Class semper.util.serial.NoStreamableClassException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.serial.NoStreamableClassException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----semper.util.serial.StreamIOException
                                   |
                                   +----semper.util.serial.NoStreamableClassException

public class NoStreamableClassException
extends StreamIOException
Signals that a StreamIO exception has occured.
Version:
0.1beta, 03/04/96
Author:
Günter Karjoth

Constructor Index

 o NoStreamableClassException()
Signals that a subobject does not implement the Streamable interface.
 o NoStreamableClassException(String)
Creates a StreamIOException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o NoStreamableClassException
  public NoStreamableClassException()
Signals that a subobject does not implement the Streamable interface.
 o NoStreamableClassException
  public NoStreamableClassException(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 StreamIOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index