|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.connector.AllExceptionsAreFatalSorter
public class AllExceptionsAreFatalSorter
Implementation of a generic @{link ExceptionSorter} that indicates that all Exceptions are fatal.
Constructor Summary | |
---|---|
AllExceptionsAreFatalSorter()
|
Method Summary | |
---|---|
boolean |
isExceptionFatal(java.lang.Exception e)
Always returns true. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllExceptionsAreFatalSorter()
Method Detail |
---|
public boolean isExceptionFatal(java.lang.Exception e)
isExceptionFatal
in interface ExceptionSorter
e
- the Exception to inspect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |