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.
-
EDStreamFormatError()
- Constructs a EDStreamFormatError with no detail message.
-
EDStreamFormatError(String)
- Constructs a EDStreamFormatError with a detail message.
EDStreamFormatError
public EDStreamFormatError()
- Constructs a EDStreamFormatError with no detail message.
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