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