ResourceNotDeclaredException Class Reference
The exception thrown when requesting a resource never declared. More...
Public Member Functions | |
ResourceNotDeclaredException (const char *resourceName) throw () | |
Constructor. | |
ResourceNotDeclaredException (const ResourceNotDeclaredException &other) throw () | |
Copy constructor. | |
virtual | ~ResourceNotDeclaredException () throw () |
Destructor. | |
ResourceNotDeclaredException & | operator= (const ResourceNotDeclaredException &other) throw () |
Copy operator. | |
const char * | resourceName () const throw () |
Returns the name of the resource that couldn't be found. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. |
Detailed Description
The exception thrown when requesting a resource never declared.
Definition at line 1167 of file configurationexceptions.h.
Constructor & Destructor Documentation
ResourceNotDeclaredException | ( | const char * | resourceName | ) | throw () [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 1177 of file configurationexceptions.h.
ResourceNotDeclaredException | ( | const ResourceNotDeclaredException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 1191 of file configurationexceptions.h.
virtual ~ResourceNotDeclaredException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 1223 of file configurationexceptions.h.
Member Function Documentation
ResourceNotDeclaredException& operator= | ( | const ResourceNotDeclaredException & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 1205 of file configurationexceptions.h.
const char* resourceName | ( | ) | const throw () [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 1242 of file configurationexceptions.h.
virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C string describing the exception.
- Returns:
- a C string describing the exception
Definition at line 1232 of file configurationexceptions.h.
The documentation for this class was generated from the following file:
- configuration/include/configurationexceptions.h