JAPI 0.9.0
Yet another Java API
API Documentation

Uses of Interface
net.sf.japi.util.ThrowableHandler

Packages that use ThrowableHandler
net.sf.japi.io I/O extension and utility. 
net.sf.japi.sql Helpers for java.sql
net.sf.japi.util Additions to java.util
 

Uses of ThrowableHandler in net.sf.japi.io
 

Methods in net.sf.japi.io with parameters of type ThrowableHandler
 void ARGVEnumeration.addThrowableHandler(ThrowableHandler<? super FileNotFoundException> handler)
          Register an exception handler.
 void ARGVEnumeration.removeThrowableHandler(ThrowableHandler<? super FileNotFoundException> handler)
          Unregister an exception handler.
 

Constructors in net.sf.japi.io with parameters of type ThrowableHandler
ARGVEnumeration(ThrowableHandler<? super FileNotFoundException> handler, String... args)
          Create an ARGVEnumeration.
 

Uses of ThrowableHandler in net.sf.japi.sql
 

Methods in net.sf.japi.sql with parameters of type ThrowableHandler
 void ScrollResultSetTableModel.addThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Adds a ThrowableHandler to this model.
 void ResultSetTableModel.addThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Adds a ThrowableHandler to this model.
 void CachedResultSetTableModel.addThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Adds a ThrowableHandler to this model.
 void ScrollResultSetTableModel.removeThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Removes a ThrowableHandler from this model.
 void ResultSetTableModel.removeThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Removes a ThrowableHandler from this model.
 void CachedResultSetTableModel.removeThrowableHandler(ThrowableHandler<? super SQLException> throwableHandler)
          Removes a ThrowableHandler from this model.
 

Uses of ThrowableHandler in net.sf.japi.util
 

Classes in net.sf.japi.util that implement ThrowableHandler
 class PrintStreamThrowableHandler<T extends Throwable>
          A ThrowableHandler that prints exceptions to a defined PrintStream.
 


JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright