List of all members.
Detailed Description
The Exception class is the base class for exceptions generated by the Pegasus infrastructure.
Constructor & Destructor Documentation
Exception::Exception |
( |
const String & |
message |
) |
|
Constructs an Exception with a specified error message.
- Parameters:
-
| message | A message String containing a description of the error |
Exception::Exception |
( |
const Exception & |
exception |
) |
|
virtual Exception::~Exception |
( |
|
) |
[virtual] |
Exception::Exception |
( |
|
) |
[protected] |
The default constructor is not available for the Exception class.
Member Function Documentation
virtual const String& Exception::getMessage |
( |
|
) |
const [virtual] |
Gets the error description message.
- Returns:
- A message String containing a description of the error
Assigns the value from a specified Exception object.
- Parameters:
-
- Returns:
- A reference to this Exception object with the new assignment
Member Data Documentation
An internal representation of the Exception attributes.
The documentation for this class was generated from the following file:
- /home/builduser/trunk/pkgs/tog-pegasus/BUILD/pegasus/src/Pegasus/Common/Exception.h