home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 4 / Macwelt DVD 4.cdr / Entwickler / Mac-OS / oxygen / oxygen.app / Contents / Resources / Java / jh.jar / javax / help / InvalidHelpSetContextException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-06-24  |  564 b   |  22 lines

  1. package javax.help;
  2.  
  3. public class InvalidHelpSetContextException extends Exception {
  4.    private HelpSet context;
  5.    // $FF: renamed from: hs javax.help.HelpSet
  6.    private HelpSet field_0;
  7.  
  8.    public InvalidHelpSetContextException(String var1, HelpSet var2, HelpSet var3) {
  9.       super(var1);
  10.       this.context = var2;
  11.       this.field_0 = var3;
  12.    }
  13.  
  14.    public HelpSet getContext() {
  15.       return this.context;
  16.    }
  17.  
  18.    public HelpSet getHelpSet() {
  19.       return this.field_0;
  20.    }
  21. }
  22.