An exception class to notify that one of the arguments is invalid. More...
#include <exceptions.h>
Public Member Functions | |
InvalidArgumentException (const std::string errorDescription) | |
Public Member Functions inherited from tf2::TransformException | |
TransformException (const std::string errorDescription) | |
An exception class to notify that one of the arguments is invalid.
usually it's an uninitalized Quaternion (0,0,0,0)
Definition at line 90 of file exceptions.h.
|
inline |
Definition at line 93 of file exceptions.h.