Drive Engine  1.0.0
Plateforme de reconstruction 3D
IFrameworkException.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
5 #include "IException.h"
6 
7 namespace DriveEngine
8 {
18  {
19  public:
25  virtual const char* GetErrorMessage() const = 0;
26  };
27 }
Interface for every exception signalling framework errors.
Definition: IFrameworkException.h:17
Interface for every exception related to the framework.
Definition: IException.h:14
Definition: DefaultCalibrationInfoList.h:12
virtual const char * GetErrorMessage() const =0
Gets message of error.