CFx SDK Documentation 2024 SP0
|
#include <RxSystemServices.h>
Public Member Functions | |
OdError_FileNotFound (const OdString &filename) | |
Public Member Functions inherited from OdError_FileException | |
OdError_FileException (OdResult code, const OdString &filename, const OdString &extended=OdString::kEmpty) | |
OdString | getFileName () const |
Public Member Functions inherited from OdError | |
void | setContext (OdErrorContext *pErrorContext) |
const OdErrorContext * | context () const |
OdErrorContext * | context () |
OdError (OdResult code) | |
OdError (const OdError &source) | |
OdError (OdErrorContext *pErrorContext) | |
OdError (const OdString &errorMessage) | |
OdError (const OdString &errorMessage, const OdError &previousError) | |
~OdError () | |
OdError & | operator= (const OdError &source) |
OdResult | code () const |
OdString | description () const |
void | attachPreviousError (const OdError &previousError) |
This class implements FileException object with a Result code of eFileNotFound, and the filename of the object related to the error.
Corresponding C++ library: TD_Root <group Error_Classes>
Definition at line 116 of file RxSystemServices.h.
OdError_FileNotFound::OdError_FileNotFound | ( | const OdString & | filename | ) |
filename | [in] Filename. |