Created by the British Broadcasting Corporation.
DiracException is the class which should be used for all exceptions within Dirac.
#include <dirac_exception.h>
Public Member Functions | |
DiracException (const DiracErrorCode &errorCode, const std::string &errorMessage, const DiracSeverityCode &severityCode) | |
Construct from error source ID, error code, and message. | |
DiracException (const DiracException &src) | |
Copy constructor. | |
virtual | ~DiracException () |
Destructor. | |
DiracErrorCode | GetErrorCode () const |
Get the error code of this exception. | |
DiracSeverityCode | GetSeverityCode () const |
Get the severity level of this exception. | |
std::string | GetErrorMessage () const |
Get the error message of this exception. |
Private Member Functions | |
DiracException & | operator= (const DiracException &) |
Private Attributes | |
DiracErrorCode | mErrorCode |
The error code of this exception. | |
DiracSeverityCode | mSeverityCode |
Severity of exception. | |
std::string | mErrorMessage |
The error message. |
dirac::DiracException::DiracException | ( | const DiracErrorCode & | errorCode, |
const std::string & | errorMessage, | ||
const DiracSeverityCode & | severityCode | ||
) |
errorCode | The error code. |
errorMessage | The error message. |
severityCode | The error source ID. |
dirac::DiracException::DiracException | ( | const DiracException & | src | ) |
|
virtual |
DiracErrorCode dirac::DiracException::GetErrorCode | ( | ) | const |
std::string dirac::DiracException::GetErrorMessage | ( | ) | const |
DiracSeverityCode dirac::DiracException::GetSeverityCode | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.