#include <exception.h>
Public Member Functions | |
ArgumentException (unsigned int min, unsigned int max=0) | |
ArgumentException (const std::string &function, unsigned int min, unsigned int max=0) | |
ArgumentException (const std::string &function, const std::string &arg) |
Definition at line 48 of file exception.h.
rosmatlab::ArgumentException::ArgumentException | ( | unsigned int | min, |
unsigned int | max = 0 |
||
) | [inline] |
Definition at line 49 of file exception.h.
rosmatlab::ArgumentException::ArgumentException | ( | const std::string & | function, |
unsigned int | min, | ||
unsigned int | max = 0 |
||
) | [inline] |
Definition at line 51 of file exception.h.
rosmatlab::ArgumentException::ArgumentException | ( | const std::string & | function, |
const std::string & | arg | ||
) | [inline] |
Definition at line 53 of file exception.h.