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