Base class for all acedia exceptions. More...
#include <exceptions.hpp>
  
 Public Member Functions | |
| virtual const char * | what () const throw () | 
Base class for all acedia exceptions.
Definition at line 46 of file exceptions.hpp.
| const char * acedia::Exception::what | ( | ) |  const  throw () [virtual] | 
        
Reimplemented in acedia::ClassCastException.
Definition at line 47 of file exceptions.cpp.
 1.6.2