Package net.anwiba.commons.jdbc
Class SqlExceptionToAdditionalThrowableIterable
- java.lang.Object
-
- net.anwiba.commons.jdbc.SqlExceptionToAdditionalThrowableIterable
-
- All Implemented Interfaces:
IAdditionalThrowableIterable
public class SqlExceptionToAdditionalThrowableIterable extends java.lang.Object implements IAdditionalThrowableIterable
-
-
Constructor Summary
Constructors Constructor Description SqlExceptionToAdditionalThrowableIterable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisApplicable(java.lang.Throwable throwable)java.lang.Iterable<java.lang.Throwable>iterable(java.lang.Throwable throwable)
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(java.lang.Throwable throwable)
- Specified by:
isApplicablein interfaceIAdditionalThrowableIterable
-
iterable
public java.lang.Iterable<java.lang.Throwable> iterable(java.lang.Throwable throwable)
- Specified by:
iterablein interfaceIAdditionalThrowableIterable
-
-