libpniio
Public Member Functions | Friends
pni::io::parser_error Class Reference

general parser related error More...

#include <exceptions.hpp>

Inheritance diagram for pni::io::parser_error:
Inheritance graph
[legend]
Collaboration diagram for pni::io::parser_error:
Collaboration graph
[legend]

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

pni::io::parser_error::parser_error ( )
explicit
pni::io::parser_error::parser_error ( const pni::core::exception_record &  i,
const pni::core::string &  d 
)
explicit
pni::io::parser_error::~parser_error ( )
throw (
)

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const parser_error e 
)
friend

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