home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / netobjects / nfx / util / ExceptionHandler.class (.txt) next >
Encoding:
Java Class File  |  1998-11-20  |  362 b   |  6 lines

  1. package asp.netobjects.nfx.util;
  2.  
  3. public interface ExceptionHandler {
  4.    void handleException(Throwable var1);
  5. }
  6.