scim 1.4.18
|
A base class of all other exception classes. More...
#include <scim_exception.h>
Public Member Functions | |
Exception (const String &what_arg) | |
~Exception () throw () | |
virtual const char * | what () const throw () |
A base class of all other exception classes.
All other exception classes in namespace scim should be derived from this class.
|
inline |
Referenced by scim::BackEndError::BackEndError(), scim::ConfigError::ConfigError(), scim::FilterError::FilterError(), scim::FrontEndError::FrontEndError(), scim::HelperError::HelperError(), scim::IMEngineError::IMEngineError(), scim::ModuleError::ModuleError(), scim::PanelError::PanelError(), scim::SocketError::SocketError(), and scim::TransactionError::TransactionError().
|
inline |
|
inlinevirtual |