blob: b934cefc112708bf1541b0ae69a09529073641c4 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ParseException
| Apache Lucene.NET 4.8.0-beta00013 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ParseException
| Apache Lucene.NET 4.8.0-beta00013 Documentation ">
<meta name="generator" content="docfx 2.56.2.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="queryparser/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<span id="forkongithub"><a href="https://github.com/apache/lucenenet" target="_blank">Fork me on GitHub</a></span>
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException">
<h1 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException" class="text-break">Class ParseException
</h1>
<div class="markdown level0 summary"><p>This exception is thrown when parse errors are encountered.
You can explicitly create objects of this exception type by
calling the method generateParseException in the generated
parser.</p>
<p>You can modify this class to customize your error reporting
mechanisms so long as you retain the public fields.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">System.Exception</span></div>
<div class="level2"><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html">QueryNodeException</a></div>
<div class="level3"><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html">QueryNodeParseException</a></div>
<div class="level4"><span class="xref">ParseException</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.Serialization.ISerializable</span></div>
<div><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Messages.INLSException.html">INLSException</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_SetQuery_System_String_">QueryNodeParseException.SetQuery(String)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_Query">QueryNodeParseException.Query</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_ErrorToken">QueryNodeParseException.ErrorToken</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_SetNonLocalizedMessage_Lucene_Net_QueryParsers_Flexible_Messages_IMessage_">QueryNodeParseException.SetNonLocalizedMessage(IMessage)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_BeginLine">QueryNodeParseException.BeginLine</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeParseException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeParseException_BeginColumn">QueryNodeParseException.BeginColumn</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_m_message">QueryNodeException.m_message</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_MessageObject">QueryNodeException.MessageObject</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_Message">QueryNodeException.Message</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_GetLocalizedMessage">QueryNodeException.GetLocalizedMessage()</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_GetLocalizedMessage_System_Globalization_CultureInfo_">QueryNodeException.GetLocalizedMessage(CultureInfo)</a>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException.html#Lucene_Net_QueryParsers_Flexible_Core_QueryNodeException_ToString">QueryNodeException.ToString()</a>
</div>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
<div>
<span class="xref">System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)</span>
</div>
<div>
<span class="xref">System.Exception.GetType()</span>
</div>
<div>
<span class="xref">System.Exception.Data</span>
</div>
<div>
<span class="xref">System.Exception.HelpLink</span>
</div>
<div>
<span class="xref">System.Exception.HResult</span>
</div>
<div>
<span class="xref">System.Exception.InnerException</span>
</div>
<div>
<span class="xref">System.Exception.Source</span>
</div>
<div>
<span class="xref">System.Exception.StackTrace</span>
</div>
<div>
<span class="xref">System.Exception.TargetSite</span>
</div>
<div>
<span class="xref">System.Exception.SerializeObjectState</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.QueryParsers.Flexible.Standard.Parser.html">Lucene.Net.QueryParsers.Flexible.Standard.Parser</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.QueryParser.dll</h6>
<h5 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ParseException : QueryNodeParseException, ISerializable, INLSException</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L73">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor">ParseException()</h4>
<div class="markdown level1 summary"><p>The following constructors are for use by you for whatever
purpose you can think of. Constructing the exception in this
manner makes the exception behave in the normal way - i.e., as
documented in the class &quot;Throwable&quot;. The fields &quot;errorToken&quot;,
&quot;expectedTokenSequences&quot;, and &quot;tokenImage&quot; do not contain
relevant information. The JavaCC generated code does not use
these constructors.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ParseException()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_Lucene_Net_QueryParsers_Flexible_Messages_IMessage_.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.%23ctor(Lucene.Net.QueryParsers.Flexible.Messages.IMessage)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L81">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_Lucene_Net_QueryParsers_Flexible_Messages_IMessage_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor(Lucene.Net.QueryParsers.Flexible.Messages.IMessage)">ParseException(IMessage)</h4>
<div class="markdown level1 summary"><p>Constructor with message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ParseException(IMessage message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Messages.IMessage.html">IMessage</a></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_Lucene_Net_QueryParsers_Flexible_Standard_Parser_Token_System_Int32_____System_String___.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.%23ctor(Lucene.Net.QueryParsers.Flexible.Standard.Parser.Token%2CSystem.Int32%5B%5D%5B%5D%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L54">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException__ctor_Lucene_Net_QueryParsers_Flexible_Standard_Parser_Token_System_Int32_____System_String___" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.#ctor(Lucene.Net.QueryParsers.Flexible.Standard.Parser.Token,System.Int32[][],System.String[])">ParseException(Token, Int32[][], String[])</h4>
<div class="markdown level1 summary"><p>This constructor is used by the method &quot;generateParseException&quot;
in the generated parser. Calling this constructor generates
a new object of this type with the fields &quot;currentToken&quot;,
&quot;expectedTokenSequences&quot;, and &quot;tokenImage&quot; set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, string[] tokenImageVal)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Standard.Parser.Token.html">Token</a></td>
<td><span class="parametername">currentTokenVal</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span>[][]</td>
<td><span class="parametername">expectedTokenSequencesVal</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><span class="parametername">tokenImageVal</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_m_eol.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.m_eol%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L202">View Source</a>
</span>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_m_eol" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.m_eol">m_eol</h4>
<div class="markdown level1 summary"><p>The end of line string for this machine.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected string m_eol</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_CurrentToken.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.CurrentToken%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L115">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_CurrentToken_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.CurrentToken*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_CurrentToken" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.CurrentToken">CurrentToken</h4>
<div class="markdown level1 summary"><p>This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Token CurrentToken { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.QueryParsers.Flexible.Standard.Parser.Token.html">Token</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_ExpectedTokenSequences.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.ExpectedTokenSequences%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L122">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_ExpectedTokenSequences_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.ExpectedTokenSequences*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_ExpectedTokenSequences" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.ExpectedTokenSequences">ExpectedTokenSequences</h4>
<div class="markdown level1 summary"><p>Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int[][] ExpectedTokenSequences { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span>[][]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_TokenImage.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.TokenImage%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L131">View Source</a>
</span>
<a id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_TokenImage_" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.TokenImage*"></a>
<h4 id="Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException_TokenImage" data-uid="Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException.TokenImage">TokenImage</h4>
<div class="markdown level1 summary"><p>This is a reference to the &quot;tokenImage&quot; array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string[] TokenImage { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.Serialization.ISerializable</span>
</div>
<div>
<a class="xref" href="Lucene.Net.QueryParsers.Flexible.Messages.INLSException.html">INLSException</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_QueryParsers_Flexible_Standard_Parser_ParseException.md&amp;value=---%0Auid%3A%20Lucene.Net.QueryParsers.Flexible.Standard.Parser.ParseException%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net.QueryParser/Flexible/Standard/Parser/ParseException.cs/#L46" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>