Class RowMapperFailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pugwoo.dbhelper.exception.RowMapperFailException
All Implemented Interfaces:
Serializable

public class RowMapperFailException extends RuntimeException
数据行转换成Java对象时失败异常
See Also:
  • Constructor Details

    • RowMapperFailException

      public RowMapperFailException()
    • RowMapperFailException

      public RowMapperFailException(String errMsg)
    • RowMapperFailException

      public RowMapperFailException(Throwable e)
    • RowMapperFailException

      public RowMapperFailException(Throwable e, Field field)
  • Method Details

    • getField

      public Field getField()