An exception class to notify that one of the arguments is invalid. More...
#include <exceptions.h>
Public Member Functions | |
InvalidArgumentException (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.
tf2::InvalidArgumentException::InvalidArgumentException | ( | const std::string | errorDescription | ) | [inline] |
Definition at line 93 of file exceptions.h.