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

Interface for every exception related to the framework. More...

#include <IException.h>

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

Public Member Functions

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

Detailed Description

Interface for every exception related to the framework.

It could be an internal error (thrown inside, managed inside), a framework error (thrown inside, managed outside) or a framework wrapper error (thrown outside, managed outside).

Member Function Documentation

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

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