home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / WIN95 / IAVAZIP.EXE / DATA.Z / rt.jar / java / beans / IntrospectionException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-05-20  |  301 b   |  8 lines

  1. package java.beans;
  2.  
  3. public class IntrospectionException extends Exception {
  4.    public IntrospectionException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.