home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / jaxp.jar / javax / xml / parsers / ParserConfigurationException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  337 b   |  11 lines

  1. package javax.xml.parsers;
  2.  
  3. public class ParserConfigurationException extends Exception {
  4.    public ParserConfigurationException() {
  5.    }
  6.  
  7.    public ParserConfigurationException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.