C# 클래스 Boo.Lang.Compiler.CompilerError

상속: System.ApplicationException
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
CompilerError ( LexicalInfo data, Exception cause ) : System
CompilerError ( LexicalInfo data, string message ) : System
CompilerError ( LexicalInfo lexicalInfo, string message, Exception cause ) : System
CompilerError ( Node node, string message ) : System
CompilerError ( Node node, string message, Exception cause ) : System
CompilerError ( string message ) : System
CompilerError ( string code, Exception cause ) : System
CompilerError ( string code, LexicalInfo lexicalInfo ) : System
CompilerError ( string code, LexicalInfo lexicalInfo, Exception cause ) : System
CompilerError ( string code, LexicalInfo lexicalInfo, string message, Exception cause ) : System
ToString ( ) : string
ToString ( bool verbose ) : string

메소드 상세

CompilerError() 공개 메소드

public CompilerError ( LexicalInfo data, Exception cause ) : System
data LexicalInfo
cause System.Exception
리턴 System

CompilerError() 공개 메소드

public CompilerError ( LexicalInfo data, string message ) : System
data LexicalInfo
message string
리턴 System

CompilerError() 공개 메소드

public CompilerError ( LexicalInfo lexicalInfo, string message, Exception cause ) : System
lexicalInfo LexicalInfo
message string
cause System.Exception
리턴 System

CompilerError() 공개 메소드

public CompilerError ( Node node, string message ) : System
node Node
message string
리턴 System

CompilerError() 공개 메소드

public CompilerError ( Node node, string message, Exception cause ) : System
node Node
message string
cause System.Exception
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string message ) : System
message string
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string code, Exception cause ) : System
code string
cause System.Exception
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string code, LexicalInfo lexicalInfo ) : System
code string
lexicalInfo LexicalInfo
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string code, LexicalInfo lexicalInfo, Exception cause ) : System
code string
lexicalInfo LexicalInfo
cause System.Exception
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string code, LexicalInfo lexicalInfo, string message, Exception cause ) : System
code string
lexicalInfo LexicalInfo
message string
cause System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool verbose ) : string
verbose bool
리턴 string