#include <types.h>
Public Member Functions | |
linux_backend_exception (const std::string &msg) noexcept | |
Public Member Functions inherited from librealsense::backend_exception | |
backend_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Public Member Functions inherited from librealsense::unrecoverable_exception | |
unrecoverable_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Public Member Functions inherited from librealsense::librealsense_exception | |
rs2_exception_type | get_exception_type () const noexcept |
const char * | get_message () const noexcept |
const char * | what () const noexceptoverride |
Private Member Functions | |
std::string | generate_last_error_message (const std::string &msg) const |
Additional Inherited Members | |
Protected Member Functions inherited from librealsense::librealsense_exception | |
librealsense_exception (const std::string &msg, rs2_exception_type exception_type) noexcept | |
Definition at line 342 of file src/types.h.
|
inlinenoexcept |
Definition at line 345 of file src/types.h.
|
inlineprivate |
Definition at line 350 of file src/types.h.