OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
OPENTREP::ParserException Class Reference

#include <opentrep/OPENTREP_exceptions.hpp>

+ Inheritance diagram for OPENTREP::ParserException:

Public Member Functions

 ParserException (const std::string &iWhat)
 
const char * what () const throw ()
 

Protected Attributes

std::string _what
 

Detailed Description

Parser.

Definition at line 191 of file OPENTREP_exceptions.hpp.

Constructor & Destructor Documentation

◆ ParserException()

Member Function Documentation

◆ what()

const char * OPENTREP::RootException::what ( ) const
throw ( )
inlineinherited

Give the details of the exception.

Definition at line 39 of file OPENTREP_exceptions.hpp.

References _what.

Referenced by OPENTREP::OpenTrepSearcher::init().

Member Data Documentation

◆ _what

std::string OPENTREP::RootException::_what
protectedinherited

Details for the exception.

Definition at line 47 of file OPENTREP_exceptions.hpp.

Referenced by RootException(), RootException(), and what().


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