SAXNotSupportedException
A SAXNotSupportedException
is thrown if
you attempt to set a property or feature that the parser
recognizes, but either cannot set or get or does not allow the
particular value you're trying to set it to. Besides the
constructors, all of its methods are inherited from
superclasses:
package org.xml.sax; public classSAXNotSupportedException
extends SAXException { publicSAXNotSupportedException
( ); publicSAXNotSupportedException
(Stringmessage
); }