Base class for exceptions used in LEMON.
#include <lemon/error.h>
Public Member Functions | |
Exception () throw () | |
Constructor. | |
virtual | ~Exception () throw () |
Virtual destructor. | |
virtual const char * | what () const throw () |
A short description of the exception. |