Package com.pugwoo.dbhelper.exception
Class RowMapperFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pugwoo.dbhelper.exception.RowMapperFailException
- All Implemented Interfaces:
Serializable
数据行转换成Java对象时失败异常
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRowMapperFailException(String errMsg) RowMapperFailException(Throwable e, Field field) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RowMapperFailException
public RowMapperFailException() -
RowMapperFailException
-
RowMapperFailException
-
RowMapperFailException
-
-
Method Details
-
getField
-