#include <FlomHandle.hh>
Inherits exception.
Public Member Functions | |
FlomException (int ret_cod) | |
int | getReturnCode () |
string | getReturnCodeText () |
FLoM exception class, it extends standard exception class and adds the return code property that maps on C API
Definition at line 43 of file FlomHandle.hh.
|
inline |
ret_cod | the return code of the failed C function |
Definition at line 59 of file FlomHandle.hh.
|
inline |
Retrieve the numeric return code of the failed C function
Definition at line 64 of file FlomHandle.hh.
|
inline |
Retrieve the description associated to the numeric return code of the failed C function
Definition at line 69 of file FlomHandle.hh.
References flom_strerror().