GAMS  1.4.0
ReferenceFrameException.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _GAMS_EXCEPTIONS_REFERENCEFRAMEEXCEPTION_H_
3 #define _GAMS_EXCEPTIONS_REFERENCEFRAMEEXCEPTION_H_
4 
5 #include <string>
6 #include "GamsException.h"
7 
8 namespace gams
9 {
10  namespace exceptions
11  {
16  {
17  public:
18  using GamsException::GamsException;
19  };
20  }
21 }
22 
23 #endif /* _GAMS_EXCEPTIONS_REFERENCEFRAMEEXCEPTION_H_ */
Base exception class for all custom Gams exceptions.
Definition: GamsException.h:16
An exception class for ReferenceFrame errors subclassed from GamsException.
Contains all GAMS-related tools, classes and code.