|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
#include <stdexcept>#include <string>Classes | |
| class | lucid::exception::LucidException |
| Base class for all exceptions in lucid. More... | |
| class | lucid::exception::LucidNotImplementedException |
| Exception for not yet implemented features. More... | |
| class | lucid::exception::LucidNotSupportedException |
| Exception for not supported features. More... | |
| class | lucid::exception::LucidInvalidArgumentException |
| Exception for invalid arguments. More... | |
| class | lucid::exception::LucidAssertionException |
| Exception for assertion failures. More... | |
| class | lucid::exception::LucidLpSolverException |
| Exception in the LP solver. More... | |
| class | lucid::exception::LucidParserException |
| Exception for parser errors. More... | |
| class | lucid::exception::LucidOutOfRangeException |
| Exception for out of range errors. More... | |
| class | lucid::exception::LucidUnreachableException |
| Exception for unreachable code. More... | |
| class | lucid::exception::LucidPyException |
| Exception occurred in Python code. More... | |
Namespaces | |
| namespace | lucid::exception |
| Collection of exceptions that can be thrown by lucid. | |
| namespace | lucid |
| Root namespace for the lucid library. | |
Exception classes for lucid.