Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SAXNotSupportedException

    Exception class for an unsupported operation.

    Inheritance
    object
    Exception
    SAXException
    SAXNotSupportedException
    Implements
    ISerializable
    Inherited Members
    SAXException.Message
    SAXException.Exception
    SAXException.ToString()
    Exception.GetBaseException()
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Sax
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    [Serializable]
    public class SAXNotSupportedException : SAXException, ISerializable
    Remarks

    This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. Seehttp://www.saxproject.org for further information.

    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.

    Constructors

    SAXNotSupportedException()

    Construct a new exception with no message.

    Declaration
    public SAXNotSupportedException()
    Remarks

    This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. Seehttp://www.saxproject.org for further information.

    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.
    See Also
    SAXNotRecognizedException

    SAXNotSupportedException(string)

    Construct a new exception with the given message.

    Declaration
    public SAXNotSupportedException(string message)
    Parameters
    Type Name Description
    string message

    The text message of the exception.

    Remarks

    This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. Seehttp://www.saxproject.org for further information.

    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.
    See Also
    SAXNotRecognizedException

    Implements

    ISerializable

    See Also

    SAXNotRecognizedException
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.