GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Protected Types | Protected Attributes | List of all members
gtsam::InvalidArgumentThreadsafe Class Reference

Thread-safe invalid argument exception. More...

#include <ThreadsafeException.h>

Inheritance diagram for gtsam::InvalidArgumentThreadsafe:
Inheritance graph
[legend]
Collaboration diagram for gtsam::InvalidArgumentThreadsafe:
Collaboration graph
[legend]

Public Member Functions

 InvalidArgumentThreadsafe (const std::string &description)
 Construct with a string describing the exception.
 
const char * what () const noexcept override
 

Protected Types

typedef std::string String
 
typedef std::allocator< char > Allocator
 

Protected Attributes

bool dynamic_
 Whether this object was moved.
 
std::optional< String > description_
 Optional description.
 

Detailed Description

Thread-safe invalid argument exception.


The documentation for this class was generated from the following file: