Robotics Library  0.7.0
Public Member Functions | Private Attributes | List of all members
rl::hal::Dc1394Camera::Exception Class Reference

#include <Dc1394Camera.h>

Inheritance diagram for rl::hal::Dc1394Camera::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (const int &error)
 
virtual ~Exception () throw ()
 
int getError () const
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from rl::hal::DeviceException
 DeviceException (const ::std::string &what_arg)
 
 DeviceException (const int &errnum)
 
virtual ~DeviceException () throw ()
 
- Public Member Functions inherited from rl::hal::Exception
 Exception (const ::std::string &what_arg)
 
 Exception (const int &errnum)
 

Private Attributes

int error
 

Additional Inherited Members

- Static Public Member Functions inherited from rl::hal::Exception
::std::string strerror (const int &errnum)
 

Constructor & Destructor Documentation

◆ Exception()

rl::hal::Dc1394Camera::Exception::Exception ( const int &  error)

◆ ~Exception()

rl::hal::Dc1394Camera::Exception::~Exception ( )
throw (
)
virtual

Reimplemented from rl::hal::Exception.

Member Function Documentation

◆ getError()

int rl::hal::Dc1394Camera::Exception::getError ( ) const

◆ what()

const char * rl::hal::Dc1394Camera::Exception::what ( ) const
throw (
)
virtual

Member Data Documentation

◆ error

int rl::hal::Dc1394Camera::Exception::error
private

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