ExceptionHandler.java :  » Game » easy-game-client » org » easy » util » ex » Java Open Source

Java Open Source » Game » easy game client 
easy game client » org » easy » util » ex » ExceptionHandler.java
     package org.easy.util.ex;

     /*********************************************************************
     * Handles Exception events.
     *
     * <P>
     *
     * @author
     *   <a href="http://www.CroftSoft.com/">David Wallace Croft</a>
     * @version
     *   1999-12-23
     *********************************************************************/

     public interface  ExceptionHandler
     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     {

     /*********************************************************************
     * @return
     *
     *   Returns false if the Exception was not handled.
     *********************************************************************/
     public boolean  handleException ( Exception  ex, Object  o );

     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     }
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.