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