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

Constructor Index

 o StreamDataFormatException()
Signals that the data tag read from the SourceStream is not of the expected type.
 o StreamDataFormatException(String)
Creates a StreamIOException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o StreamDataFormatException
  public StreamDataFormatException()
Signals that the data tag read from the SourceStream is not of the expected type.
 o StreamDataFormatException
  public StreamDataFormatException(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