Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
sax::ParserException Class Reference

#include <ParserException.h>

Inheritance diagram for sax::ParserException:
[legend]
Collaboration diagram for sax::ParserException:
[legend]

Public Member Functions

 ParserException (const Token &expected, const Token &read)
 
- Public Member Functions inherited from exception::CommonException
 CommonException (std::string cause)
 Exception constructor with specified cause. The backtrace is internally computed and the command line is also retrieved from global data registry. More...
 
const char * what () const noexcept override
 
const std::string & getCause () const
 
const std::string & getBacktrace () const
 
const std::string & getCommand () const
 

Detailed Description

Exception thrown by XML parser when is expected different tag than the one which is read.

Constructor & Destructor Documentation

◆ ParserException()

sax::ParserException::ParserException ( const Token expected,
const Token read 
)

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