reglibcpp
2.1.0
A C++ implementation of models for regular languages
|
Signals that an operation requires full determinism and that no powerset construction was forced. More...
#include <fabuilder.h>
Public Member Functions | |
nondeterminism_exception (char const *what_arg="Builder has nondeterministic characteristics.") | |
Constructs an exception object with the given message. More... | |
nondeterminism_exception (std::string const &what_arg) | |
Signals that an operation requires full determinism and that no powerset construction was forced.
Definition at line 67 of file fabuilder.h.
|
inline |
Constructs an exception object with the given message.
Definition at line 69 of file fabuilder.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 73 of file fabuilder.h.