/* * File Read Writer Utilites for Log file analysis. * Berlin Brown * Created on Oct 8, 2007 * * FileUtilExceptionHandler.java */ public interface FileUtilExceptionHandler { public void handleException(Exception e); }