libpniio
|
general parser related error More...
#include <exceptions.hpp>
Public Member Functions | |
parser_error () | |
default constructor More... | |
parser_error (const pni::core::exception_record &i, const pni::core::string &d) | |
constructor More... | |
~parser_error () throw () | |
destructor More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, const parser_error &e) |
output operator More... | |
Raised in case of a general parser error. This exception can be expected to be thrown by all functions and methods that are somehow related to parsing strings.
|
explicit |
|
explicit |
pni::io::parser_error::~parser_error | ( | ) | ||
throw | ( | |||
) |
|
friend |