Configuration exception. More...
#include <libppbase/base/ConfigException.h>
Public Types | |
enum | { errIO = 1, errNoSuchVariable, errTypeCast } |
error codes More... | |
Public Member Functions | |
ConfigException (int errcode, const char *fmt=NULL,...) | |
Constructor. | |
ConfigException (int errcode, const Exception &ex, const char *fmt=NULL,...) | |
Constructor that takes a nested exception. |
Configuration exception.
anonymous enum |
base::ConfigException::ConfigException | ( | int | errcode, | |
const char * | fmt = NULL , |
|||
... | ||||
) |
Constructor.
errcode | the error code | |
fmt | printf-like format string to take an additional error message | |
... | additional arguments for the format string |
base::ConfigException::ConfigException | ( | int | errcode, | |
const Exception & | ex, | |||
const char * | fmt = NULL , |
|||
... | ||||
) |
Constructor that takes a nested exception.
errcode | the error code | |
ex | the nested exception | |
fmt | printf-like format string to take an additional error message | |
... | additional arguments for the format string |