19 #ifndef MODBUSPP_MODBUS_EXCEPTION_H
20 #define MODBUSPP_MODBUS_EXCEPTION_H
34 virtual const char*
what()
const throw()
36 return "A Error In Modbus Happened!";
49 virtual const char*
what()
const throw()
51 return "Having Modbus Connection Problem";
64 virtual const char*
what()
const throw()
66 return "Illegal Function";
85 const char*
what()
const throw()
87 return "Illegal Address";
100 virtual const char*
what()
const throw()
102 return "Illegal Data Value";
115 virtual const char*
what()
const throw()
117 return "Server Failure";
130 virtual const char*
what()
const throw()
132 return "Acknowledge";
145 virtual const char*
what()
const throw()
147 return "Server Busy";
159 virtual const char*
what()
const throw()
161 return "Gateway Problem";
173 virtual const char*
what()
const throw()
175 return "Size of Buffer Is too Small!";
188 virtual const char*
what()
const throw()
190 return "Too many Data!";
Modbus Acknowledge Exception.
virtual const char * what() const
virtual const char * what() const
virtual const char * what() const
Modbus Connect Exception.
virtual const char * what() const
virtual const char * what() const
Modbus Gate Way Problem Exception.
virtual const char * what() const
Modbus Illegal Address Exception.
modbus_illegal_address_exception()
const char * what() const
Modbus Illegal Data Value Exception.
virtual const char * what() const
Modbus Illgal Function Exception.
virtual const char * what() const
Modbus Server Busy Exception.
virtual const char * what() const
Modbus Server Failure Exception.
virtual const char * what() const