ResourceNotDeclaredException Class Reference
The exception thrown when requesting a resource never declared. More...
Inheritance diagram for ResourceNotDeclaredException:
Public Member Functions | |
ResourceNotDeclaredException (const char *resourceName) throw () | |
Constructor. More... | |
ResourceNotDeclaredException (const ResourceNotDeclaredException &other) throw () | |
Copy constructor. More... | |
virtual | ~ResourceNotDeclaredException () throw () |
Destructor. More... | |
ResourceNotDeclaredException & | operator= (const ResourceNotDeclaredException &other) throw () |
Copy operator. More... | |
const char * | resourceName () const throw () |
Returns the name of the resource that couldn't be found. More... | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. More... | |
Detailed Description
The exception thrown when requesting a resource never declared.
Definition at line 1268 of file configurationexceptions.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
resourceName the name of the resource not declared. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 1278 of file configurationexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 1292 of file configurationexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 1324 of file configurationexceptions.h.
Member Function Documentation
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 1306 of file configurationexceptions.h.
|
inline |
Returns the name of the resource that couldn't be found.
- Returns
- the name of the resource that couldn't be found
Definition at line 1343 of file configurationexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 1333 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h