package org.xml.sax;

public class SAXException extends Exception
{

 public SAXException(String string_1)
 {
 }
 
}