home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / rt.jar / java / awt / IllegalComponentStateException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  438 b   |  13 lines

  1. package java.awt;
  2.  
  3. public class IllegalComponentStateException extends IllegalStateException {
  4.    private static final long serialVersionUID = -1889339587208144238L;
  5.  
  6.    public IllegalComponentStateException() {
  7.    }
  8.  
  9.    public IllegalComponentStateException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.