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

#include <TreeException.h>

Inheritance diagram for tree::TreeException:
[legend]
Collaboration diagram for tree::TreeException:
[legend]

Public Member Functions

 TreeException (const std::string &cause)
 
- 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 an tree, tree parser or tree printer.

Constructor & Destructor Documentation

◆ TreeException()

tree::TreeException::TreeException ( const std::string &  cause)
explicit

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