C# Класс Lucene.Net.Demo.Html.TokenMgrError

Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
TokenMgrError ( ) : System
TokenMgrError ( System message, int reason ) : System
TokenMgrError ( bool EOFSeen, int lexState, int errorLine, int errorColumn, System errorAfter, char curChar, int reason ) : System

Защищенные методы

Метод Описание
LexicalError ( bool EOFSeen, int lexState, int errorLine, int errorColumn, System errorAfter, char curChar ) : System.String

Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error. Parameters : EOFSeen : indicates if EOF caused the lexicl error curLexState : lexical state in which this error occured errorLine : line number when the error occured errorColumn : column number when the error occured errorAfter : prefix that was seen before this error occured curchar : the offending character Note: You can customize the lexical error message by modifying this method.

addEscapes ( System str ) : System.String

Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string

Описание методов

LexicalError() защищенный статический Метод

Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error. Parameters : EOFSeen : indicates if EOF caused the lexicl error curLexState : lexical state in which this error occured errorLine : line number when the error occured errorColumn : column number when the error occured errorAfter : prefix that was seen before this error occured curchar : the offending character Note: You can customize the lexical error message by modifying this method.
protected static LexicalError ( bool EOFSeen, int lexState, int errorLine, int errorColumn, System errorAfter, char curChar ) : System.String
EOFSeen bool
lexState int
errorLine int
errorColumn int
errorAfter System
curChar char
Результат System.String

TokenMgrError() публичный Метод

public TokenMgrError ( ) : System
Результат System

TokenMgrError() публичный Метод

public TokenMgrError ( System message, int reason ) : System
message System
reason int
Результат System

TokenMgrError() публичный Метод

public TokenMgrError ( bool EOFSeen, int lexState, int errorLine, int errorColumn, System errorAfter, char curChar, int reason ) : System
EOFSeen bool
lexState int
errorLine int
errorColumn int
errorAfter System
curChar char
reason int
Результат System

addEscapes() защищенный статический Метод

Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
protected static addEscapes ( System str ) : System.String
str System
Результат System.String