|
PLaSK library
|
Base class for all exceptions thrown by plask library. More...
#include <plask/utils/xml/exceptions.hpp>
Public Member Functions | |
| XMLException (const XMLReader &reader, const std::string &msg) | |
| XMLException (const std::string &where, const std::string &msg, int line=-1) | |
| XMLException (const std::string &msg, int line=-1) | |
Public Attributes | |
| const int | line |
Base class for all exceptions thrown by plask library.
Definition at line 47 of file exceptions.hpp.
| reader | current reader |
| msg | error message |
Definition at line 19 of file exceptions.cpp.
| plask::XMLException::XMLException | ( | const std::string & | where, |
| const std::string & | msg, | ||
| int | line = -1 |
||
| ) |
| where | indication where the error appeared |
| msg | error message |
| line | line in which the error occurred |
Definition at line 26 of file exceptions.cpp.
| msg | error message |
| line | line in which the error occurred |
Definition at line 29 of file exceptions.cpp.
Definition at line 49 of file exceptions.hpp.