类 ExceptionResult
java.lang.Object
com.huangjian.modbus4j.ExceptionResult
ExceptionResult class.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明byteGetter for the fieldexceptionCode.Getter for the fieldexceptionMessage.
-
构造器详细资料
-
ExceptionResult
public ExceptionResult(byte exceptionCode) Constructor for ExceptionResult.
- 参数:
exceptionCode- a byte.
-
-
方法详细资料
-
getExceptionCode
public byte getExceptionCode()Getter for the field
exceptionCode.- 返回:
- a byte.
-
getExceptionMessage
Getter for the field
exceptionMessage.- 返回:
- a
Stringobject.
-