接口 ExceptionSorter
- 所有已知实现类:
AbstractOracleExceptionSorter,DB2ExceptionSorter,InformixExceptionSorter,MockExceptionSorter,MySqlExceptionSorter,NullExceptionSorter,OceanBaseOracleExceptionSorter,OracleExceptionSorter,PGExceptionSorter,PhoenixExceptionSorter,SybaseExceptionSorter
public interface ExceptionSorter
An interface to allow for exception evaluation.
-
方法概要
修饰符和类型方法说明voidconfigFromProperties(Properties properties) booleanReturns true or false whether or not the exception is fatal.
-
方法详细资料
-
isExceptionFatal
Returns true or false whether or not the exception is fatal.- 参数:
e- the exception- 返回:
- true or false if the exception is fatal.
-
configFromProperties
-