#include <InfeasibleInitialValues.h>
Public Member Functions | |
InfeasibleInitialValues () | |
const char * | what () const noexcept override |
~InfeasibleInitialValues () noexcept override | |
Public Member Functions inherited from gtsam::ThreadsafeException< InfeasibleInitialValues > | |
const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Types inherited from gtsam::ThreadsafeException< InfeasibleInitialValues > | |
typedef std::allocator< char > | Allocator |
typedef std::string | String |
Protected Member Functions inherited from gtsam::ThreadsafeException< InfeasibleInitialValues > | |
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< InfeasibleInitialValues > | |
std::optional< String > | description_ |
Optional description. More... | |
bool | dynamic_ |
Whether this object was moved. More... | |
An exception indicating that the provided initial value is infeasible Also used to inzdicatethat the noise model dimension passed into a JacobianFactor has a different dimensionality than the factor.
Definition at line 26 of file InfeasibleInitialValues.h.
|
inline |
Definition at line 29 of file InfeasibleInitialValues.h.
|
inlineoverridenoexcept |
Definition at line 32 of file InfeasibleInitialValues.h.
|
inlineoverridenoexcept |
Definition at line 35 of file InfeasibleInitialValues.h.