Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::IFrameworkException Class Referenceabstract

Interface for every exception signalling framework errors. More...

#include <IFrameworkException.h>

Inheritance diagram for DriveEngine::IFrameworkException:
DriveEngine::IException DriveEngine::DynamicLibraryManagerException

Public Member Functions

virtual const char * GetErrorMessage () const =0
 Gets message of error. More...
 

Detailed Description

Interface for every exception signalling framework errors.

Every exception thrown internally but managed externally should inherit this interface.

See also
IException

Member Function Documentation

virtual const char* DriveEngine::IFrameworkException::GetErrorMessage ( ) const
pure virtual

Gets message of error.

<return> The message of error. </return>

Implements DriveEngine::IException.

Implemented in DriveEngine::DynamicLibraryManagerException.


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