类 QxException

所有已实现的接口:
Serializable

public class QxException extends MyException
权限异常
date: 2018年12月4日
版本:
0.1
作者:
jingma
另请参阅:
  • 构造器详细资料

    • QxException

      public QxException()
      Creates a new instance of ExcelReadException.
    • QxException

      public QxException(String message)
      Creates a new instance of ExcelReadException.
      参数:
      message - 异常消息
    • QxException

      public QxException(String message, int code)
      Creates a new instance of QxException.
      参数:
      message - 异常消息
      code - 异常代码
    • QxException

      public QxException(String message, Throwable cause)
      Creates a new instance of ExcelReadException.
      参数:
      message - 异常消息
      cause - 原异常