#include <exceptions.h>
Public Member Functions | |
UsbException (const char *file, int line, char *usb_strerror, const string &reason) throw () | |
UsbException (const char *file, int line, char *usb_strerror, const char *reason) throw () | |
UsbException (const UsbException &right) throw () | |
virtual | ~UsbException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
string | _errorString |
string | _usberrorString |
string | _file |
int | _line |
Definition at line 41 of file exceptions.h.
|
Definition at line 43 of file exceptions.h. References _errorString, _file, _line, and _usberrorString. |
|
Definition at line 49 of file exceptions.h. References _errorString, _file, _line, and _usberrorString. |
|
Definition at line 55 of file exceptions.h. References _errorString, _file, _line, and _usberrorString. |
|
Definition at line 61 of file exceptions.h. |
|
Definition at line 62 of file exceptions.h. References _errorString, _file, _line, and _usberrorString. |
|
Definition at line 70 of file exceptions.h. Referenced by UsbException(), and what(). |
|
Definition at line 71 of file exceptions.h. Referenced by UsbException(), and what(). |
|
Definition at line 72 of file exceptions.h. Referenced by UsbException(), and what(). |
|
Definition at line 73 of file exceptions.h. Referenced by UsbException(), and what(). |