Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2data
src
automaton
AutomatonException.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
exception/CommonException.h
>
9
10
namespace
automaton
{
11
15
class
AutomatonException
:
public
exception::CommonException
{
16
public
:
17
explicit
AutomatonException
(
const
std::string& cause);
18
};
19
20
}
/* namespace automaton */
21
CommonException.h
automaton::AutomatonException
Definition:
AutomatonException.h:15
automaton::AutomatonException::AutomatonException
AutomatonException(const std::string &cause)
Definition:
AutomatonException.cpp:10
exception::CommonException
Basic exception from which all other exceptions are derived.
Definition:
CommonException.h:21
automaton
Definition:
ToGrammar.h:31
Generated on Mon Dec 27 2021 10:21:53 for Algorithms Library Toolkit by
1.9.2