org.xml.sax
Class SAXNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.xml.sax.SAXNotSupportedException

public class SAXNotSupportedException
extends SAXException

Exception class for an unsupported operation.

An XMLReader will throw this exception when it recognizes a feature or property identifier, but cannot perform the requested operation (setting a state or value). Other SAX2 applications and extensions may use this class for similar purposes.

Since:
SAX 2.0
Author:
David Megginson
See Also:
SAXNotRecognizedException

Constructor Summary
SAXNotSupportedException(String message)
          Construct a new exception with the given message.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXNotSupportedException

public SAXNotSupportedException(String message)
Construct a new exception with the given message.

Parameters:
message - The text message of the exception.


No warranty, no copyright, This is public domain. See the Copyright Notice for details.