C# 클래스 Lucene.Net.Demo.Html.TokenMgrError

상속: System.ApplicationException
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
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