Uses of Interface
fc.util.IArgcheckFailHandler

Packages that use IArgcheckFailHandler
fc.util   
 

Uses of IArgcheckFailHandler in fc.util
 

Classes in fc.util that implement IArgcheckFailHandler
 class BasicArgcheckFailHandler
          Handles argument Checker errors by printing the thread, time and stack trace to System.err.
 

Methods in fc.util with parameters of type IArgcheckFailHandler
static boolean Argcheck.setHandler(IArgcheckFailHandler thehandler)
          Sets a different error handler.