InvalidNamespaceNameException Class Reference

#include <Exception.h>

Inheritance diagram for InvalidNamespaceNameException:
Exception

Public Member Functions

 InvalidNamespaceNameException (const String &name)
 
- 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

An InvalidNamespaceNameException occurs on an attempt to create a namespace name object with an invalid format.

Constructor & Destructor Documentation

◆ InvalidNamespaceNameException()

InvalidNamespaceNameException::InvalidNamespaceNameException ( const String name)

Constructs an InvalidNamespaceNameException for a specified namespace name.

Parameters
nameA String containing the invalid namespace name

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