EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MatrixIndexOutOfBoundException.hpp
Go to the documentation of this file.
1 #ifndef ORG_EEROS_CORE_MATRIXINDEXOUTOFBOUNDEXCEPTION_HPP
2 #define ORG_EEROS_CORE_MATRIXINDEXOUTOFBOUNDEXCEPTION_HPP
3 
5 #include <string>
6 
7 namespace eeros {
8  namespace math {
10 
11  public:
12  MatrixIndexOutOfBoundException(unsigned int i, unsigned int I);
13  MatrixIndexOutOfBoundException(unsigned int m, unsigned int M, unsigned int n, unsigned int N);
14  MatrixIndexOutOfBoundException(unsigned int m, unsigned int M, unsigned int n, unsigned int N, std::string postfix);
15  virtual ~MatrixIndexOutOfBoundException() throw();
16  };
17  };
18 };
19 
20 #endif // ORG_EEROS_CORE_MATRIXINDEXOUTOFBOUNDEXCEPTION_HPP
virtual ~MatrixIndexOutOfBoundException()
Definition: MatrixIndexOutOfBoundException.cpp:24
Definition: MatrixIndexOutOfBoundException.hpp:9
Definition: EEROSException.hpp:9
MatrixIndexOutOfBoundException(unsigned int i, unsigned int I)
Definition: MatrixIndexOutOfBoundException.cpp:6
int i
Definition: RingBufferTest.cpp:12