Class SAXNotRecognizedException
Exception class for an unrecognized identifier.
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
Name | Description |
---|---|
SAXNotRecognizedException() | Default constructor. |
SAXNotRecognizedException(String) | Construct a new exception with the given message. |