org.xml.sax
Class SAXNotRecognizedException

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

public class SAXNotRecognizedException
extends SAXException

Exception class for an unrecognized identifier.

An XMLReader will throw this exception when it finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.

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

Constructor Summary
SAXNotRecognizedException(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

SAXNotRecognizedException

public SAXNotRecognizedException(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.