Class COM.ibm.jaws.mofw.MOFWError
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.mofw.MOFWError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----COM.ibm.jaws.mofw.MOFWError
- public class MOFWError
- extends Error
Subclass your exceptions from MOFWError to signal a violation of
the "programming model" rules for your class.
Like other Java Errors, the client need not use the catch/throw
mechanism and the implementor need not include it in the
throws clause.
-
MOFWError()
- Constructs a MOFWError with no detail message.
-
MOFWError(String)
- Constructs a MOFWError with a detail message.
MOFWError
public MOFWError()
- Constructs a MOFWError with no detail message.
MOFWError
public MOFWError(String s)
- Constructs a MOFWError with a detail message.
- Parameters:
- s - a
string
that indicates the problem.
All Packages Class Hierarchy This Package Previous Next Index