Thread-safe invalid argument exception. More...
#include <ThreadsafeException.h>
Public Member Functions | |
InvalidArgumentThreadsafe (const std::string &description) | |
Construct with a string describing the exception. More... | |
Public Member Functions inherited from gtsam::ThreadsafeException< InvalidArgumentThreadsafe > | |
const char * | what () const noexceptoverride |
Additional Inherited Members | |
Protected Types inherited from gtsam::ThreadsafeException< InvalidArgumentThreadsafe > | |
typedef std::string | String |
Protected Member Functions inherited from gtsam::ThreadsafeException< InvalidArgumentThreadsafe > | |
ThreadsafeException () | |
Default constructor is protected - may only be created from derived classes. More... | |
ThreadsafeException (const ThreadsafeException &other) | |
Copy constructor is protected - may only be created from derived classes. More... | |
ThreadsafeException (const std::string &description) | |
Construct with description string. More... | |
~ThreadsafeException () noexceptoverride | |
Default destructor doesn't have the noexcept. More... | |
Protected Attributes inherited from gtsam::ThreadsafeException< InvalidArgumentThreadsafe > | |
boost::optional< String > | description_ |
Optional description. More... | |
bool | dynamic_ |
Whether this object was moved. More... | |
Thread-safe invalid argument exception.
Definition at line 103 of file ThreadsafeException.h.
|
inline |
Construct with a string describing the exception.
Definition at line 107 of file ThreadsafeException.h.