C# Class Ancestry.QueryProcessor.Compile.CompilerException

Inheritance: QPException, ILocatedException
Datei anzeigen Open project: Ancestry/DotQL

Public Methods

Method Description
CompilerException ( Parse statement, Codes errorCode ) : System
CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity ) : System
CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
CompilerException ( Parse statement, Codes errorCode, Exception innerException ) : System
CompilerException ( Parse statement, ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
SetStatement ( Parse statement ) : void

Method Details

CompilerException() public method

public CompilerException ( Parse statement, Codes errorCode ) : System
statement Parse
errorCode Codes
return System

CompilerException() public method

public CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity ) : System
statement Parse
errorCode Codes
severity ErrorSeverity
return System

CompilerException() public method

public CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
statement Parse
errorCode Codes
severity ErrorSeverity
innerException System.Exception
return System

CompilerException() public method

public CompilerException ( Parse statement, Codes errorCode, Exception innerException ) : System
statement Parse
errorCode Codes
innerException System.Exception
return System

CompilerException() public method

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

SetStatement() public method

public SetStatement ( Parse statement ) : void
statement Parse
return void