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