类 NullExceptionSorter
java.lang.Object
com.alibaba.druid.pool.vendor.NullExceptionSorter
- 所有已实现的接口:
ExceptionSorter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidconfigFromProperties(Properties properties) static final NullExceptionSorterbooleanReturns true or false whether or not the exception is fatal.
-
构造器详细资料
-
NullExceptionSorter
public NullExceptionSorter()
-
-
方法详细资料
-
getInstance
-
isExceptionFatal
从接口复制的说明:ExceptionSorterReturns true or false whether or not the exception is fatal.- 指定者:
isExceptionFatal在接口中ExceptionSorter- 参数:
e- the exception- 返回:
- true or false if the exception is fatal.
-
configFromProperties
- 指定者:
configFromProperties在接口中ExceptionSorter
-