类 ExceptionResult

java.lang.Object
com.huangjian.modbus4j.ExceptionResult

public class ExceptionResult extends Object

ExceptionResult class.

  • 构造器详细资料

    • ExceptionResult

      public ExceptionResult(byte exceptionCode)

      Constructor for ExceptionResult.

      参数:
      exceptionCode - a byte.
  • 方法详细资料

    • getExceptionCode

      public byte getExceptionCode()

      Getter for the field exceptionCode.

      返回:
      a byte.
    • getExceptionMessage

      public String getExceptionMessage()

      Getter for the field exceptionMessage.

      返回:
      a String object.