类 VerifyRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.benma666.exception.MyException
cn.benma666.exception.ExcelReadException
cn.benma666.exception.VerifyRuleException
- 所有已实现的接口:
Serializable
字段校验异常,主要用于预知可控的异常
date: 2018年12月4日
date: 2018年12月4日
- 版本:
- 0.1
- 作者:
- jingma
- 另请参阅:
-
构造器概要
构造器构造器说明Creates a new instance of ExcelReadException.VerifyRuleException(String message) Creates a new instance of ExcelReadException.VerifyRuleException(String message, Throwable cause) Creates a new instance of ExcelReadException. -
方法概要
从类继承的方法 cn.benma666.exception.MyException
getCode, getData, setCode, setData
-
构造器详细资料
-
VerifyRuleException
public VerifyRuleException()Creates a new instance of ExcelReadException. -
VerifyRuleException
Creates a new instance of ExcelReadException.- 参数:
message- 消息
-
VerifyRuleException
Creates a new instance of ExcelReadException.- 参数:
message- 消息cause- 子异常
-