Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2xml
src
sax
ComposerException.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
exception/CommonException.h
>
9
#include "
Token.h
"
10
11
namespace
sax
{
12
16
class
ComposerException
:
public
exception::CommonException
{
17
Token
m_expected;
18
Token
m_read;
19
public
:
20
ComposerException
(
const
Token
& expected,
const
Token
& read);
21
};
22
23
}
/* namespace sax */
24
25
CommonException.h
Token.h
exception::CommonException
Basic exception from which all other exceptions are derived.
Definition:
CommonException.h:21
sax::ComposerException
Definition:
ComposerException.h:16
sax::ComposerException::ComposerException
ComposerException(const Token &expected, const Token &read)
Definition:
ComposerException.cpp:10
sax::Token
Definition:
Token.h:17
sax
Definition:
ComposerException.cpp:8
Generated on Mon Dec 27 2021 10:21:55 for Algorithms Library Toolkit by
1.9.2