point::Error Class Reference

List of all members.

Public Member Functions

std::string Str () const
 the error string
std::string Fun () const
 the function that threw the error
int Code () const
 a numerical error code
 Error (const std::string aFun="", const std::string aStr="", const int aCode=-1)
 default constructor
 ~Error ()
 default destructor

Private Attributes

std::string mStr
 a string describing the error
std::string mFun
 a string describing the location of the error in the source
int mCode
 error code returned by libusb


Detailed Description

The exception class
Generated on Fri Mar 20 12:42:21 2009 for libdiss5 by  doxygen 1.5.3