|
Simox
2.3.74.0
|
Exception class thrown by VR_CHECK_* macros. More...
Public Member Functions | |
| VirtualRobotCheckException (const std::string &condition, const std::string &file, int line, const std::string &function, const std::string &hint="") | |
| Construct with condition and meta information as well as optional hint. More... | |
| template<typename LhsT , typename RhsT > | |
| VirtualRobotCheckException (const std::string &condition, const LhsT &lhs, const RhsT &rhs, const std::string &file, int line, const std::string &function, const std::string &hint="") | |
| Construct with left- and right-hand-side operators. More... | |
Public Member Functions inherited from VirtualRobot::VirtualRobotException | |
| VirtualRobotException (const std::string &what) | |
| VirtualRobotException (const char *what) | |
| ~VirtualRobotException () noexcept override | |
| const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from VirtualRobot::VirtualRobotException | |
| std::string | exception |
Exception class thrown by VR_CHECK_* macros.
| VirtualRobot::VirtualRobotCheckException::VirtualRobotCheckException | ( | const std::string & | condition, |
| const std::string & | file, | ||
| int | line, | ||
| const std::string & | function, | ||
| const std::string & | hint = "" |
||
| ) |
Construct with condition and meta information as well as optional hint.
|
inline |
Construct with left- and right-hand-side operators.