52 #ifndef _EXCEPTIONS_HPP 53 #define _EXCEPTIONS_HPP 71 :std::ios_base::failure(message) {
72 msg = message +
" file not found" ;
79 virtual const char*
what()
const throw () {
91 :std::ios_base::failure(message) {
92 msg = message +
" key in config file not found" ;
99 virtual const char*
what()
const throw () {
110 : std::runtime_error(message) {
118 virtual const char*
what()
const throw () {
129 :std::runtime_error(message) {
137 virtual const char*
what()
const throw () {
148 :std::runtime_error(message) {
156 virtual const char*
what()
const throw () {
166 #endif //_EXCEPTIONS_HPP virtual ~FileNotFoundException()
virtual ~JointParameterException()
EtherCATConnectionException(const string &message)
virtual const char * what() const
virtual const char * what() const
File not found exception.
virtual const char * what() const
Joint parameter exception.
JointErrorException(const string &message)
FileNotFoundException(const string &message)
virtual const char * what() const
JointParameterException(const string &message)
virtual ~JointErrorException()
virtual ~EtherCATConnectionException()
Key in configuration file not found exception.
virtual ~KeyNotFoundException()
EtherCAT Connection Error.
virtual const char * what() const
KeyNotFoundException(const string &message)