CIMInvalidParameterException Class Reference

#include <ProviderException.h>

Inheritance diagram for CIMInvalidParameterException:
CIMOperationFailedException CIMException Exception

Public Member Functions

 CIMInvalidParameterException (const String &message)
 
- Public Member Functions inherited from CIMOperationFailedException
 CIMOperationFailedException (const String &message)
 
- Public Member Functions inherited from CIMException
 CIMException (CIMStatusCode code=CIM_ERR_SUCCESS, const String &message=String::EMPTY)
 
 CIMException (CIMStatusCode code, const String &message, const CIMInstance &instance)
 
 CIMException (CIMStatusCode code, const String &message, const Array< CIMInstance > &instances)
 
 CIMException (const CIMException &cimException)
 
CIMExceptionoperator= (const CIMException &cimException)
 
virtual ~CIMException ()
 
CIMStatusCode getCode () const
 
- Public Member Functions inherited from Exception
 Exception (const String &message)
 
 Exception (const Exception &exception)
 
virtual ~Exception ()
 
Exceptionoperator= (const Exception &exception)
 
virtual const StringgetMessage () const
 

Additional Inherited Members

- Protected Member Functions inherited from CIMOperationFailedException
 CIMOperationFailedException (const CIMStatusCode code, const String &message)
 
- Protected Member Functions inherited from Exception
 Exception ()
 
- Protected Attributes inherited from Exception
ExceptionRep * _rep
 

Detailed Description

A CIMInvalidParameterException indicates an error with an operation parameter. This exception corresponds to the CIM_ERR_INVALID_PARAMETER status code.

Constructor & Destructor Documentation

◆ CIMInvalidParameterException()

CIMInvalidParameterException::CIMInvalidParameterException ( const String message)

Constructs a CIMInvalidParameterException with a specified error message.

Parameters
messageA message String containing an error description

The documentation for this class was generated from the following file: