Show / Hide Table of Contents

    Class SAXNotRecognizedException

    Exception class for an unrecognized identifier.

    Inheritance
    System.Object
    SAXException
    SAXNotRecognizedException
    Inherited Members
    SAXException.Message
    SAXException.Exception
    SAXException.ToString()
    Namespace: Sax
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class SAXNotRecognizedException : SAXException
    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 finds an unrecognized feature or property identifier; SAX applications and extensions may use this class for other, similar purposes.

    Constructors

    | Improve this Doc View Source

    SAXNotRecognizedException()

    Default constructor.

    Declaration
    public SAXNotRecognizedException()
    | Improve this Doc View Source

    SAXNotRecognizedException(String)

    Construct a new exception with the given message.

    Declaration
    public SAXNotRecognizedException(string message)
    Parameters
    Type Name Description
    System.String message

    The text message of the exception.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)