net.sf.myjaut.cmd
Class ExceptionHandler<E extends java.lang.Exception>

java.lang.Object
  extended by net.sf.myjaut.cmd.ExceptionHandler<E>

public abstract class ExceptionHandler<E extends java.lang.Exception>
extends java.lang.Object


Constructor Summary
ExceptionHandler()
           
 
Method Summary
abstract  void handeUncheckedException(java.lang.Exception exc)
           
abstract  void handle(E exc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handle

public abstract void handle(E exc)

handeUncheckedException

public abstract void handeUncheckedException(java.lang.Exception exc)


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.