org.tranql.connector
Class NoExceptionsAreFatalSorter

java.lang.Object
  extended by org.tranql.connector.NoExceptionsAreFatalSorter
All Implemented Interfaces:
ExceptionSorter

public class NoExceptionsAreFatalSorter
extends java.lang.Object
implements ExceptionSorter

Implementation of a generic @{link ExceptionSorter} that indicates that no Exceptions are fatal. USE THIS ONLY FOR IN-VM DATABASES! or you may be sorry...

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

Constructor Summary
NoExceptionsAreFatalSorter()
           
 
Method Summary
 boolean isExceptionFatal(java.lang.Exception e)
          Always returns false.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoExceptionsAreFatalSorter

public NoExceptionsAreFatalSorter()
Method Detail

isExceptionFatal

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

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


Copyright © -2009 The Codehaus. All Rights Reserved.