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

Class COM.ibm.jaws.mofw.InvalidQueryError

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

public class InvalidQueryError
extends MOFWError
Subclass your exceptions from InvalidQueryError 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 InvalidQueryError()
Constructs a InvalidQueryError with no detail message.
 o InvalidQueryError(String)
Constructs a InvalidQueryError with a detail message.

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index