|
||||||||||
| 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.CIMQualifierTypeException
Exception class representing exceptions occuring when a qualifier type is defined.
| 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 | |
CIMQualifierTypeException()
Creates a CIMQualifierTypeException with a default message. |
|
CIMQualifierTypeException(java.lang.String s)
Creates a CIMQualifierTypeException with the specified message. |
|
CIMQualifierTypeException(java.lang.String s,
java.lang.Object param)
Creates a CIMQualifierTypeException with the specified message and one exception parameter. |
|
CIMQualifierTypeException(java.lang.String s,
java.lang.Object[] param)
Creates a CIMQualifierTypeException with the specified message and an array of exception parameters. |
|
CIMQualifierTypeException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2)
Creates a CIMQualifierTypeException with the specified message and two exception parameters. |
|
CIMQualifierTypeException(java.lang.String s,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Creates a CIMQualifierTypeException 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 CIMQualifierTypeException()
public CIMQualifierTypeException(java.lang.String s)
s - the detail message.
public CIMQualifierTypeException(java.lang.String s,
java.lang.Object param)
s - the detail message.param - exception parameter.
public CIMQualifierTypeException(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 CIMQualifierTypeException(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 CIMQualifierTypeException(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 | |||||||||