home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / dom / DOMExceptionImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  267 b   |  10 lines

  1. package com.ibm.xml.dom;
  2.  
  3. import org.w3c.dom.DOMException;
  4.  
  5. public class DOMExceptionImpl extends DOMException {
  6.    public DOMExceptionImpl(short var1, String var2) {
  7.       super(var1, var2);
  8.    }
  9. }
  10.