Class to handle app error messages and warnings, (usually logged to stdout and/or a logfile).
Definition at line 135 of file apperror.h.
OSB_APP::AppError::AppError | ( | ) | [inline] |
Default constructor: sets error number to indicate success.
Definition at line 224 of file apperror.h.
OSB_APP::AppError::AppError | ( | ErrorNo | e | ) | [inline, explicit] |
const char *const OSB_APP::AppError::prefix | ( | ) | const [inline, virtual] |
Access error code.
Implements OSB_LIB::BaseError.
Definition at line 244 of file apperror.h.
References prefix_.
const char* const OSB_APP::AppError::prefix_ [static, private] |