Class InvalidTokenOffsetsException
Exception thrown if TokenStream Tokens are incompatible with provided text
Implements
Inherited Members
Namespace: Lucene.Net.Search.Highlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
[Serializable]
public class InvalidTokenOffsetsException : Exception, ISerializable
Constructors
InvalidTokenOffsetsException()
Exception thrown if TokenStream Tokens are incompatible with provided text
Declaration
public InvalidTokenOffsetsException()
InvalidTokenOffsetsException(string)
Exception thrown if TokenStream Tokens are incompatible with provided text
Declaration
public InvalidTokenOffsetsException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
InvalidTokenOffsetsException(string, Exception)
Exception thrown if TokenStream Tokens are incompatible with provided text
Declaration
public InvalidTokenOffsetsException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |