#include <QPSParserException.h>

Public Member Functions | |
| QPSParserException () | |
| const char * | what () const noexcept override |
| ~QPSParserException () noexcept override | |
Public Member Functions inherited from gtsam::ThreadsafeException< QPSParserException > | |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | description_ |
Additional Inherited Members | |
Protected Types inherited from gtsam::ThreadsafeException< QPSParserException > | |
| typedef std::allocator< char > | Allocator |
| typedef std::string | String |
Protected Member Functions inherited from gtsam::ThreadsafeException< QPSParserException > | |
| ThreadsafeException () | |
| Default constructor is protected - may only be created from derived classes. More... | |
| ThreadsafeException (const std::string &description) | |
| Construct with description string. More... | |
| ThreadsafeException (const ThreadsafeException &other) | |
| Copy constructor is protected - may only be created from derived classes. More... | |
| ~ThreadsafeException () noexcept override | |
| Default destructor doesn't have the noexcept. More... | |
Protected Attributes inherited from gtsam::ThreadsafeException< QPSParserException > | |
| std::optional< String > | description_ |
| Optional description. More... | |
| bool | dynamic_ |
| Whether this object was moved. More... | |
Definition at line 23 of file QPSParserException.h.
|
inline |
Definition at line 25 of file QPSParserException.h.
|
inlineoverridenoexcept |
Definition at line 28 of file QPSParserException.h.
|
inlineoverridenoexcept |
Definition at line 31 of file QPSParserException.h.
|
mutableprivate |
Definition at line 38 of file QPSParserException.h.