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 SAXNotSupportedException

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

public class SAXNotSupportedException
extends SAXException

Exception class for an unsupported operation.

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 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
Version:
2.0
See Also:
SAXNotRecognizedException

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

SAXNotSupportedException

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