Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

JSR 172

org.xml.sax
Class SAXNotRecognizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.xml.sax.SAXNotRecognizedException

public class SAXNotRecognizedException
extends SAXException

Exception class for an unrecognized identifier.

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.

An DefaultHandler 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
Version:
2.0
See Also:
SAXNotSupportedException

Constructor Summary
SAXNotRecognizedException(java.lang.String message)
          Construct a new exception with the given message.
 
Method Summary
 
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(java.lang.String message)
Construct a new exception with the given message.

Parameters:
message - The text message of the exception.

JSR 172

Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.