package org.xml.sax;

public class SAXNotRecognizedException extends SAXException
{

 public SAXNotRecognizedException(String)
 {
 }
 
}