|
| | 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...
|
| |
| | VirtualRobotException (const std::string &what) |
| |
| | VirtualRobotException (const char *what) |
| |
| | ~VirtualRobotException () noexcept override |
| |
| const char * | what () const noexcept override |
| |
Exception class thrown by VR_CHECK_* macros.