Xpace
Xpace::XML_Error Class Reference

Configuration errors. More...

#include <config.h>

Inheritance diagram for Xpace::XML_Error:
Xpace::Exception

Public Member Functions

 XML_Error (const String error, const String source, uint line, uint col)
 
- Public Member Functions inherited from Xpace::Exception
 Exception ()
 
 Exception (const Exception &)
 
Exceptionoperator= (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...
 

Detailed Description

Configuration errors.

XML parse error

Definition at line 268 of file config.h.

Constructor & Destructor Documentation

Xpace::XML_Error::XML_Error ( const String  error,
const String  source,
uint  line,
uint  col 
)
Parameters
erroran English description of the error
sourcethe source XML
the column in which the error occurred

The documentation for this class was generated from the following file:

current as of Wed Jun 10 2026 12:00:06