public class QxException extends MyException
| 构造器和说明 |
|---|
QxException()
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.
|
getCode, getData, getMessage, getResult, setCode, setDatapublic QxException()
public QxException(String message)
message - 异常消息public QxException(String message, int code)
message - 异常消息code - 异常代码Copyright © 2024. All rights reserved.