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.


Constructor Index

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

Constructors

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