Indicate Cholesky factorization failure. More...
#include <ThreadsafeException.h>
Public Member Functions | |
CholeskyFailed () noexcept | |
~CholeskyFailed () noexcept override | |
Public Member Functions inherited from gtsam::ThreadsafeException< CholeskyFailed > | |
const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Types inherited from gtsam::ThreadsafeException< CholeskyFailed > | |
typedef std::allocator< char > | Allocator |
typedef std::string | String |
Protected Member Functions inherited from gtsam::ThreadsafeException< CholeskyFailed > | |
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 () noexcept override | |
Default destructor doesn't have the noexcept. More... | |
Protected Attributes inherited from gtsam::ThreadsafeException< CholeskyFailed > | |
std::optional< String > | description_ |
Optional description. More... | |
bool | dynamic_ |
Whether this object was moved. More... | |
Indicate Cholesky factorization failure.
Definition at line 115 of file ThreadsafeException.h.
|
inlinenoexcept |
Definition at line 118 of file ThreadsafeException.h.
|
inlineoverridenoexcept |
Definition at line 119 of file ThreadsafeException.h.