Indicates that the file was not found at the specified path. More...
#include <cadex/BaseError_MissingFile.hxx>
Public Member Functions | |
BaseError_MissingFile () | |
Constructor. | |
![]() | |
Base_Exception (const Base_UTF16String &theWhat) | |
Constructs an exception object from the error message. | |
~Base_Exception () | |
Destructor. | |
const Base_UTF16String & | What () const |
Returns a message associated to the exception. | |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
const ImplPtrType & | SharedImpl () const |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::Base_ExceptionImpl > | ImplPtrType |
![]() | |
Base_Exception (ImplPtrType theImplPtr) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Indicates that the file was not found at the specified path.
An exception class whose instances are thrown when ModelData_ModelReader is used to read a non-existent file.