|
|
LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cException Class ReferenceA class to both represent general n2l specific exceptions and provide a general parent from which all other more specific n2l exceptions are derived.
More...
#include <cException.h>
Inheritance diagram for n2l::cException:
[legend]Collaboration diagram for n2l::cException:
[legend]List of all members.Public Member Functions
Protected Member Functions
Detailed Description
A class to both represent general n2l specific exceptions and provide a general parent from which all other more specific n2l exceptions are derived.
Definition at line 37 of file cException.h.
Constructor & Destructor Documentation
| n2l::cException::cException |
( |
const tString & |
iCallSource = "Unknown Source", |
|
|
const tString & |
iMessage = "Unknown Exception", |
|
|
const tString & |
iType = "General Exception" |
|
) |
|
|
| n2l::cException::~cException |
( |
|
) |
[virtual] |
|
Member Function Documentation
| const tString & n2l::cException::callSource |
( |
|
) |
const [protected, virtual] |
|
| const tString & n2l::cException::message |
( |
|
) |
const [protected, virtual] |
|
| n2l::cException::operator tString |
( |
|
) |
const [virtual] |
|
| virtual void n2l::cException::rethrow |
( |
|
) |
const [inline, virtual] |
|
|
|
Reimplemented in n2l::cBadCastException, n2l::cBadDataUseException, n2l::cDriverLayerException, n2l::cDuplicateKeyException, n2l::cNoResultException, n2l::cOpenGLException, n2l::cOutOfBoundsException, n2l::cParsingException, n2l::cSDLException, n2l::cUnsupportedMethodException, n2l::cConfFailedValidationException, n2l::cOscillator::cOverdueException, n2l::cUnsupportedFileFormatException, n2l::cVfsException, n2l::cVfsNoPermissionException, n2l::cVfsOpenException, n2l::cVfsReadException, and n2l::cVfsWriteException.
Definition at line 47 of file cException.h.
Referenced by n2l::cResourceManager::get(), n2l::cResourceManager::getGuiElement(), n2l::cResourceManager::getVfsNode(), n2l::cRSkyMobile2::load(), and n2l::cRSkyMobile::load(). |
| const tString & n2l::cException::type |
( |
|
) |
const [protected, virtual] |
|
The documentation for this class was generated from the following files:
|