Uses of Class
com.eurotech.framework.protocol.modbus.ModbusProtocolErrorCode

Packages that use ModbusProtocolErrorCode
com.eurotech.framework.protocol.modbus   
 

Uses of ModbusProtocolErrorCode in com.eurotech.framework.protocol.modbus
 

Fields in com.eurotech.framework.protocol.modbus declared as ModbusProtocolErrorCode
protected  ModbusProtocolErrorCode ModbusProtocolException.m_code
           
 

Methods in com.eurotech.framework.protocol.modbus that return ModbusProtocolErrorCode
 ModbusProtocolErrorCode ModbusProtocolException.getCode()
           
static ModbusProtocolErrorCode ModbusProtocolErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModbusProtocolErrorCode[] ModbusProtocolErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.eurotech.framework.protocol.modbus with parameters of type ModbusProtocolErrorCode
ModbusProtocolException(ModbusProtocolErrorCode code)
          Builds a new EdcException instance based on the supplied EdcErrorCode.
ModbusProtocolException(ModbusProtocolErrorCode code, String complement)
          Builds a new EdcException instance based on the supplied EdcErrorCode and an optional complement string
ModbusProtocolException(ModbusProtocolErrorCode code, Throwable cause, Object... arguments)
          Builds a new EdcException instance based on the supplied EdcErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
 



Copyright © 2013. All Rights Reserved.