home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / files / wintools / FullSync / FullSyncInstaller.exe / net / n3 / nanoxml / XMLParseException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2005-03-08  |  331 b   |  12 lines

  1. package net.n3.nanoxml;
  2.  
  3. public class XMLParseException extends XMLException {
  4.    public XMLParseException(String var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public XMLParseException(String var1, int var2, String var3) {
  9.       super(var1, var2, (Exception)null, var3, true);
  10.    }
  11. }
  12.