|
||||||||||
| 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.CIMInstanceException
The CIMInstanceException class is used to represent exceptions that occur for instances of a class.
| Field Summary |
| 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 | |
CIMInstanceException()
Creates a CIMInstanceException with a default message. |
|
CIMInstanceException(java.lang.String s)
Creates a CIMInstanceException with the specified message. |
|
CIMInstanceException(java.lang.String s,
java.lang.Object param)
Creates a CIMInstanceException with the specified message and one exception parameter. |
|
CIMInstanceException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMInstanceException with the specified message and an array of exception parameters. |
|
CIMInstanceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMInstanceException with the specified message and two exception parameters. |
|
CIMInstanceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMInstanceException 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 |
| Constructor Detail |
public CIMInstanceException()
public CIMInstanceException(java.lang.String s)
s - the detail messge.
public CIMInstanceException(java.lang.String s,
java.lang.Object param)
s - the detail messge.param - exception parameter.
public CIMInstanceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
s - the detail messge.param1 - first Exception parameter.param2 - second Exception parameter.
public CIMInstanceException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
s - the detail messge.param1 - first Exception parameter.param2 - second Exception parameter.param3 - third Exception parameter.
public CIMInstanceException(java.lang.String s,
java.lang.Object[] param)
s - the detail messge.param - array of exception parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||