#include <scim_exception.h>
Public Member Functions | |
Exception (const String &what_arg) | |
~Exception () throw () | |
virtual const char * | what () const throw () |
All other exception classes in namespace scim should be derived from this class.
scim::Exception::Exception | ( | const String & | what_arg | ) | [inline] |
scim::Exception::~Exception | ( | ) | throw () [inline] |
virtual const char* scim::Exception::what | ( | ) | const throw () [inline, virtual] |