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
-
NoStreamableClassException()
- Signals that a subobject does not
implement the Streamable interface.
-
NoStreamableClassException(String)
- Creates a StreamIOException with a detailed message.
-
toString()
- Convert to a human-readable form
NoStreamableClassException
public NoStreamableClassException()
- Signals that a subobject does not
implement the Streamable interface.
NoStreamableClassException
public NoStreamableClassException(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