Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <AutomatonException.h>
Public Member Functions | |
AutomatonException (const std::string &cause) | |
![]() | |
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 |
Exception thrown by an automaton, automaton parser or automaton printer.
|
explicit |