MalformedObjectNameException Class Reference

#include <Exception.h>

Inheritance diagram for MalformedObjectNameException:
Exception

Public Member Functions

 MalformedObjectNameException (const String &objectName)
 
- 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 Exception
 Exception ()
 
- Protected Attributes inherited from Exception
ExceptionRep * _rep
 

Detailed Description

A MalformedObjectNameException occurs when an object name string has an incorrect format.

Constructor & Destructor Documentation

◆ MalformedObjectNameException()

MalformedObjectNameException::MalformedObjectNameException ( const String objectName)

Constructs a MalformedObjectNameException for a specified object name.

Parameters
objectNameA String containing the invalid object name

The documentation for this class was generated from the following file:
  • /home/loongson/rpmbuild/BUILD/pegasus/src/Pegasus/Common/Exception.h