Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Protected Member Functions | List of all members
librealsense::librealsense_exception Class Reference

#include <types.h>

Inheritance diagram for librealsense::librealsense_exception:
librealsense::recoverable_exception librealsense::unrecoverable_exception librealsense::invalid_value_exception librealsense::not_implemented_exception librealsense::wrong_api_call_sequence_exception librealsense::backend_exception librealsense::camera_disconnected_exception librealsense::io_exception librealsense::linux_backend_exception librealsense::windows_backend_exception

Public Member Functions

const char * get_message () const noexcept
 
rs2_exception_type get_exception_type () const noexcept
 
const char * what () const noexcept override
 

Protected Member Functions

 librealsense_exception (const std::string &msg, rs2_exception_type exception_type) noexcept
 

Constructor & Destructor Documentation

§ librealsense_exception()

librealsense::librealsense_exception::librealsense_exception ( const std::string &  msg,
rs2_exception_type  exception_type 
)
inlineprotectednoexcept

Member Function Documentation

§ get_exception_type()

rs2_exception_type librealsense::librealsense_exception::get_exception_type ( ) const
inlinenoexcept

§ get_message()

const char* librealsense::librealsense_exception::get_message ( ) const
inlinenoexcept

§ what()

const char* librealsense::librealsense_exception::what ( ) const
inlineoverridenoexcept

The documentation for this class was generated from the following file: