#include <astxx/exception.h>


This is derrived from std::exception.
Definition at line 47 of file exception.h.
Public Member Functions | |
| exception (const std::string &desc) throw () | |
| constructor | |
| virtual const char * | what () const throw () |
| Get a description of this exception. | |
1.5.6