reglibcpp
2.0.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 64 of file fabuilder.h.
|
inline |
Constructs an exception object with the given message.
Definition at line 66 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 70 of file fabuilder.h.