类 IllegalDataAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.huangjian.modbus4j.exception.ModbusTransportException
com.huangjian.modbus4j.exception.IllegalDataAddressException
- 所有已实现的接口:
Serializable
IllegalDataAddressException class.
- 另请参阅:
-
构造器概要
构造器构造器说明Constructor for IllegalDataAddressException.IllegalDataAddressException(int slaveId) Constructor for IllegalDataAddressException. -
方法概要
从类继承的方法 com.huangjian.modbus4j.exception.ModbusTransportException
getSlaveId
-
构造器详细资料
-
IllegalDataAddressException
public IllegalDataAddressException()Constructor for IllegalDataAddressException.
-
IllegalDataAddressException
public IllegalDataAddressException(int slaveId) Constructor for IllegalDataAddressException.
- 参数:
slaveId- a int.
-