类 VerifyRuleException

所有已实现的接口:
Serializable

public class VerifyRuleException extends ExcelReadException
字段校验异常,主要用于预知可控的异常
date: 2018年12月4日
版本:
0.1
作者:
jingma
另请参阅:
  • 构造器详细资料

    • VerifyRuleException

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

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

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