Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
i
n
q
r
s
v
w
Typedefs
b
c
d
f
i
l
n
p
r
s
t
u
Enumerations
Enumerator
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
c
d
e
f
i
n
o
p
r
s
t
v
w
Enumerations
Related Functions
a
b
f
n
o
p
s
t
u
v
Files
File List
Globals
All
Functions
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Concepts
alib2data
src
grammar
GrammarException.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
exception/CommonException.h
>
9
10
namespace
grammar
{
11
15
class
GrammarException
:
public
exception::CommonException
{
16
public
:
17
explicit
GrammarException
(
const
std::string& cause);
18
};
19
20
}
/* namespace grammar */
21
CommonException.h
exception::CommonException
Basic exception from which all other exceptions are derived.
Definition:
CommonException.h:21
grammar::GrammarException
Definition:
GrammarException.h:15
grammar::GrammarException::GrammarException
GrammarException(const std::string &cause)
Definition:
GrammarException.cpp:10
grammar
Definition:
ToAutomaton.h:24
Generated on Mon Dec 27 2021 10:21:53 for Algorithms Library Toolkit by
1.9.2