C# Class Ancestry.QueryProcessor.Parse.LexerException

Indicates an exception encoutered during lexical analysis.
The LexerException is thrown whenever the lexical analyzer encouters an error state. Only the lexer should throw exceptions of this type.
Inheritance: QPException
Datei anzeigen Open project: Ancestry/DotQL

Public Methods

Method Description
LexerException ( Codes errorCode ) : System
LexerException ( Codes errorCode, ErrorSeverity severity ) : System
LexerException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
LexerException ( Codes errorCode, Exception innerException ) : System
LexerException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System

Method Details

LexerException() public method

public LexerException ( Codes errorCode ) : System
errorCode Codes
return System

LexerException() public method

public LexerException ( Codes errorCode, ErrorSeverity severity ) : System
errorCode Codes
severity ErrorSeverity
return System

LexerException() public method

public LexerException ( Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
errorCode Codes
severity ErrorSeverity
innerException System.Exception
return System

LexerException() public method

public LexerException ( Codes errorCode, Exception innerException ) : System
errorCode Codes
innerException System.Exception
return System

LexerException() public method

public LexerException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
severity ErrorSeverity
code int
message string
details string
serverContext string
innerException AncestryException
return System