CFx SDK Documentation  2023 SP0
Public Member Functions | List of all members
OdError_CantOpenFile Class Reference

#include <RxSystemServices.h>

Inheritance diagram for OdError_CantOpenFile:
OdError_FileException OdError

Public Member Functions

 OdError_CantOpenFile (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 OdErrorContextcontext () const
 
OdErrorContextcontext ()
 
 OdError (OdResult code)
 
 OdError (const OdError &source)
 
 OdError (OdErrorContext *pErrorContext)
 
 OdError (const OdString &errorMessage)
 
 OdError (const OdString &errorMessage, const OdError &previousError)
 
 ~OdError ()
 
OdErroroperator= (const OdError &source)
 
OdResult code () const
 
OdString description () const
 
void attachPreviousError (const OdError &previousError)
 
 FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND ()
 

Detailed Description

This class implements FileException object with a Result code of eFileException, and the filename of the object related to the error.

Corresponding C++ library: TD_Root <group Error_Classes>

Definition at line 125 of file RxSystemServices.h.

Constructor & Destructor Documentation

◆ OdError_CantOpenFile()

OdError_CantOpenFile::OdError_CantOpenFile ( const OdString filename)
Parameters
filename[in] Filename.

The documentation for this class was generated from the following file: