EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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::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
 

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: