Inherits eeros::Fault.
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) | |
Public Member Functions inherited from eeros::Fault | |
| Fault (std::string m) | |
| virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::Fault | |
| std::string | message |