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. More... | |
| DiracException (const DiracException &src) | |
| Copy constructor. More... | |
| virtual | ~DiracException () |
| Destructor. More... | |
| DiracErrorCode | GetErrorCode () const |
| Get the error code of this exception. More... | |
| DiracSeverityCode | GetSeverityCode () const |
| Get the severity level of this exception. More... | |
| std::string | GetErrorMessage () const |
| Get the error message of this exception. More... | |
Private Member Functions | |
| DiracException & | operator= (const DiracException &) |
Private Attributes | |
| DiracErrorCode | mErrorCode |
| The error code of this exception. More... | |
| DiracSeverityCode | mSeverityCode |
| Severity of exception. More... | |
| std::string | mErrorMessage |
| The error message. More... | |
| 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.