Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
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