fcml
1.2.2
|
Base exception for all exceptions exposed by FCML library. More...
#include <fcml_common.hpp>
Public Member Functions | |
BaseException (fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
BaseException (const fcml_cstring &msg, fcml_ceh_error error=FCML_CEH_GEC_NO_ERROR) | |
BaseException (const BaseException &cpy) | |
BaseException & | operator= (const BaseException &exc) |
const fcml_cstring | getMsg () const |
const fcml_ceh_error & | getError () const |
Base exception for all exceptions exposed by FCML library.