EEROS  1.0.0.0
API for the EEROS Real-Time Robotics Framework
eeros::math::MatrixIndexOutOfBoundException Class Reference

#include <MatrixIndexOutOfBoundException.hpp>

Inheritance diagram for eeros::math::MatrixIndexOutOfBoundException:
Collaboration diagram for eeros::math::MatrixIndexOutOfBoundException:

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::Fault
 Fault ()
 
 Fault (std::string m)
 
virtual ~Fault () throw ()
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from eeros::Fault
std::string message
 

Constructor & Destructor Documentation

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 
)
MatrixIndexOutOfBoundException::~MatrixIndexOutOfBoundException ( )
throw (
)
virtual

The documentation for this class was generated from the following files: