|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.wbem.cim.CIMException
|
+--javax.wbem.cim.CIMSemanticException
|
+--javax.wbem.cim.CIMMethodException
The CIMMethodException class is used for exceptions that occur for methods.
| Field Summary | |
static java.lang.String |
METHOD_OVERRIDDEN
A method is specified to override another method that has already been overridden by a third method. |
static java.lang.String |
NO_OVERRIDDEN_METHOD
The method of a subclass is trying to override the method of the superclass, but the method of the superclass already has been overridden by a method that belongs to another subclass. |
static java.lang.String |
NO_SUCH_METHOD
In most cases, the specified method was not defined for the class. |
| Fields inherited from class javax.wbem.cim.CIMSemanticException |
INVALID_QUALIFIER_NAME, NO_QUALIFIER_VALUE, NO_SUCH_QUALIFIER1, NO_SUCH_QUALIFIER2, QUALIFIER_UNOVERRIDABLE, SCOPE_ERROR, TYPE_ERROR |
| Constructor Summary | |
CIMMethodException()
Creates a CIMMethodException with no detail message. |
|
CIMMethodException(java.lang.String s)
Creates a CIMMethodException with the specified message. |
|
CIMMethodException(java.lang.String s,
java.lang.Object param)
Creates a CIMMethodException with the specified message and one exception parameter. |
|
CIMMethodException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMMethodException with the specified message and an array of exception parameters. |
|
CIMMethodException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMMethodException with the specified message and two exception parameters. |
|
CIMMethodException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMMethodException with the specified message and three exception parameters. |
|
| Methods inherited from class javax.wbem.cim.CIMException |
getID, getParams, getXmlCode, getXmlCode, isXmlCode, setParams, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String NO_OVERRIDDEN_METHOD
public static final java.lang.String METHOD_OVERRIDDEN
public static final java.lang.String NO_SUCH_METHOD
| Constructor Detail |
public CIMMethodException()
public CIMMethodException(java.lang.String s)
s - the detail message.
public CIMMethodException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - exception parameter.
public CIMMethodException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.
public CIMMethodException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
s - the detail message.param1 - first Exception parameter.param2 - second Exception parameter.param3 - third Exception parameter.
public CIMMethodException(java.lang.String s,
java.lang.Object[] param)
s - the detail message.param - array of exception parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||