#include <looktypes.h>
Public Methods | |
LookException (int theErrorNumber, const char *theMessage) | |
Constructor. More... | |
~LookException () | |
Destructor. | |
LookException (const LookException &theOther) | |
Copy constructor. | |
LookException& | operator= (const LookException &theOther) |
Assignment. | |
Public Attributes | |
int | itsErrorNumber |
char* | itsMessage |
All exceptions thrown by liblookdb are LookExceptions, which contain an error number and error message.
|
Constructor.
|