|
C++/Tree Mapping Runtime Library
|
Exception indicating a parsing failure. More...
#include <exceptions.hxx>
Public Member Functions | |
| parsing () | |
| Default constructor. | |
| parsing (const tree::diagnostics< C > &d) | |
| Initialize an instance with a list of error conditions. | |
| const tree::diagnostics< C > & | diagnostics () const |
| Get the list of error conditions. | |
| virtual const char * | what () const throw () |
| Get exception description. | |
Exception indicating a parsing failure.
| parsing | ( | const tree::diagnostics< C > & | d | ) |
Initialize an instance with a list of error conditions.
| d | A list of error conditions. |
|
inline |
Get the list of error conditions.
|
virtual | |||||||||||||
Get exception description.