org.tranql.connector
Class AllExceptionsAreFatalSorter

java.lang.Object
  extended byorg.tranql.connector.AllExceptionsAreFatalSorter
All Implemented Interfaces:
ExceptionSorter

public class AllExceptionsAreFatalSorter
extends java.lang.Object
implements ExceptionSorter

Implementation of a generic @{link ExceptionSorter} that indicates that all Exceptions are fatal.

Version:
$Revision: 205 $ $Date: 2005-07-16 23:32:32 +0200 (Sat, 16 Jul 2005) $

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

AllExceptionsAreFatalSorter

public AllExceptionsAreFatalSorter()
Method Detail

isExceptionFatal

public boolean isExceptionFatal(java.lang.Exception e)
Always returns true.

Specified by:
isExceptionFatal in interface ExceptionSorter
Parameters:
e - the Exception to inspect
Returns:
true indicating all Exceptions are fatal


Copyright © -2006 The Codehaus. All Rights Reserved.