tf2  master
tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time.
Public Member Functions | List of all members
tf2::InvalidArgumentException Class Reference

An exception class to notify that one of the arguments is invalid. More...

#include <exceptions.h>

Inheritance diagram for tf2::InvalidArgumentException:
Inheritance graph
[legend]
Collaboration diagram for tf2::InvalidArgumentException:
Collaboration graph
[legend]

Public Member Functions

 InvalidArgumentException (const std::string errorDescription)
 
- Public Member Functions inherited from tf2::TransformException
 TransformException (const std::string errorDescription)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Detailed Description

An exception class to notify that one of the arguments is invalid.

usually it's an uninitalized Quaternion (0,0,0,0)

Constructor & Destructor Documentation

◆ InvalidArgumentException()

tf2::InvalidArgumentException::InvalidArgumentException ( const std::string  errorDescription)
inline

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