|
Xpace
|
Can't find a named value. More...
#include <config.h>
Public Member Functions | |
| XML_No_Value (const String name, const String source, const Exception reason=Exception()) | |
Public Member Functions inherited from Xpace::Exception | |
| Exception () | |
| Exception (const Exception &) | |
| Exception & | operator= (const Exception &) |
| virtual | ~Exception () throw () |
| bool | operator! () const |
| const Exception | why () const |
| const char * | versionInfo () const |
| const String | getTemplate () const |
| String | getMessage (const String &templ=String()) const |
| Construct an error message. More... | |
| const char * | what () const throw () |
Additional Inherited Members | |
Protected Member Functions inherited from Xpace::Exception | |
| Exception (const String &templ, const Exception reason=Exception()) | |
| void | addParam (const String &p) |
| Add a parameter to this exception The first parameter added will replace '%1' in the template, the second will replace '%2', and so on. More... | |
| Xpace::XML_No_Value::XML_No_Value | ( | const String | name, |
| const String | source, | ||
| const Exception | reason = Exception() |
||
| ) |
| name | the name of the value |
| source | the source XML |
| the | exception cauing the failure, if any |