package org.xml.sax;

public class SAXNotSupportedException extends SAXException
{

 public SAXNotSupportedException(String)
 {
 }
 
}