EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <MatrixIndexOutOfBoundException.hpp>
Public Member Functions | |
MatrixIndexOutOfBoundException (unsigned int i, unsigned int I) | |
MatrixIndexOutOfBoundException (unsigned int m, unsigned int M, unsigned int n, unsigned int N) | |
MatrixIndexOutOfBoundException (unsigned int m, unsigned int M, unsigned int n, unsigned int N, std::string postfix) | |
virtual | ~MatrixIndexOutOfBoundException () throw () |
Public Member Functions inherited from eeros::EEROSException | |
EEROSException () | |
EEROSException (std::string m) | |
virtual | ~EEROSException () throw () |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::EEROSException | |
std::string | message |
MatrixIndexOutOfBoundException::MatrixIndexOutOfBoundException | ( | unsigned int | i, |
unsigned int | I | ||
) |
MatrixIndexOutOfBoundException::MatrixIndexOutOfBoundException | ( | unsigned int | m, |
unsigned int | M, | ||
unsigned int | n, | ||
unsigned int | N | ||
) |
MatrixIndexOutOfBoundException::MatrixIndexOutOfBoundException | ( | unsigned int | m, |
unsigned int | M, | ||
unsigned int | n, | ||
unsigned int | N, | ||
std::string | postfix | ||
) |
|
virtual |