#include <ZincObjects.hpp>
Public Member Functions | |
ZincException (String msg, char *file, int lineNo) | |
ZincException (const ZincException &exception) | |
virtual | ~ZincException () throw () |
const char * | what () const throw () |
|
A public constructor with a String parameter
|
|
Copy constructor
|
|
Public destructor |
|
Retreive the exception message
|