类 QxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.benma666.exception.MyException
cn.benma666.exception.QxException
- 所有已实现的接口:
Serializable
权限异常
date: 2018年12月4日
date: 2018年12月4日
- 版本:
- 0.1
- 作者:
- jingma
- 另请参阅:
-
构造器概要
构造器构造器说明Creates a new instance of ExcelReadException.QxException(String message) Creates a new instance of ExcelReadException.QxException(String message, int code) Creates a new instance of QxException.QxException(String message, Throwable cause) Creates a new instance of ExcelReadException. -
方法概要
从类继承的方法 cn.benma666.exception.MyException
getCode, getData, setCode, setData
-
构造器详细资料
-
QxException
public QxException()Creates a new instance of ExcelReadException. -
QxException
Creates a new instance of ExcelReadException.- 参数:
message- 异常消息
-
QxException
Creates a new instance of QxException.- 参数:
message- 异常消息code- 异常代码
-
QxException
Creates a new instance of ExcelReadException.- 参数:
message- 异常消息cause- 原异常
-