Class COM.ibm.jaws.mofw.EDStreamFormatError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.mofw.EDStreamFormatError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----COM.ibm.jaws.mofw.MOFWError
                           |
                           +----COM.ibm.jaws.mofw.EDStreamFormatError

public class EDStreamFormatError
extends MOFWError
Subclass your exceptions from EDStreamFormatError to signal that the client is reading or writing unexpected data to/from the stream.

Like other Java Errors, the client need not use the catch/throw mechanism and the implementor need not include it in the throws clause.


Constructor Index

 o EDStreamFormatError()
Constructs a EDStreamFormatError with no detail message.
 o EDStreamFormatError(String)
Constructs a EDStreamFormatError with a detail message.

Constructors

 o EDStreamFormatError
  public EDStreamFormatError()
Constructs a EDStreamFormatError with no detail message.
 o EDStreamFormatError
  public EDStreamFormatError(String s)
Constructs a EDStreamFormatError with a detail message.
Parameters:
s - a string that indicates the problem.

All Packages  Class Hierarchy  This Package  Previous  Next  Index