Contents
|
In file ../../src/Pegasus/Common/Exception.h:
A MalformedObjectNameException occurs when an object name string has an incorrect format
Documentation
A MalformedObjectNameException occurs when an object name string has an
incorrect format
Inheritance:
Public Methods
| MalformedObjectNameException (const String& objectName)
Constructs a MalformedObjectNameException for a specified object name.
|
Public Methods-
Exception& operator=(const Exception& exception)
-
virtual const String& getMessage() const
Protected Fields-
ExceptionRep* _rep
- MalformedObjectNameException(const String& objectName)
-
Constructs a MalformedObjectNameException for a specified object name.
- Parameters:
- objectName - A String containing the invalid object name
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
|