org.j2ee.dao.errors
Interface ErrorMapper

All Known Implementing Classes:
AbstractErrorMapper

public interface ErrorMapper

Error mapper interface. Defines the method used by DAOErrorHandler class Last modified $Date: 2004/05/18 10:50:14 $

Version:
$Revision: 1.1.1.1 $
Author:
mochoa (mochoa@users.sourceforge.net)
See Also:
DAOErrorHandler

Method Summary
 int DBErrorMapper(java.lang.Throwable t)
          This method will convert a list of know application error codes to the list defined into the
 

Method Detail

DBErrorMapper

public int DBErrorMapper(java.lang.Throwable t)
This method will convert a list of know application error codes to the list defined into the

Parameters:
t - (Exception to be convert to the list of known error codes)
Returns:
(A known error code list)
See Also:
DAOErrorHandler, DAOErrorHandler


Copyright © 2004 DAO Action Patterm. All Rights Reserved.