C# 클래스 Algebra.Core.Environment.ErrorManager

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
ErrorManager ( ) : System
ErrorManager ( bool prefixMsgType, bool suffixPos ) : System
ReportError ( string msg ) : void
ReportError ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
ReportInfoMessage ( string msg ) : void
ReportInfoMessage ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
ReportWarning ( string msg ) : void
ReportWarning ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void

비공개 메소드들

메소드 설명
ReportError ( ManagerMsg msg ) : void
ReportInfoMessage ( ManagerMsg msg ) : void
ReportWarning ( ManagerMsg msg ) : void

메소드 상세

ErrorManager() 공개 메소드

public ErrorManager ( ) : System
리턴 System

ErrorManager() 공개 메소드

public ErrorManager ( bool prefixMsgType, bool suffixPos ) : System
prefixMsgType bool
suffixPos bool
리턴 System

ReportError() 공개 메소드

public ReportError ( string msg ) : void
msg string
리턴 void

ReportError() 공개 메소드

public ReportError ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
리턴 void

ReportInfoMessage() 공개 메소드

public ReportInfoMessage ( string msg ) : void
msg string
리턴 void

ReportInfoMessage() 공개 메소드

public ReportInfoMessage ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
리턴 void

ReportWarning() 공개 메소드

public ReportWarning ( string msg ) : void
msg string
리턴 void

ReportWarning() 공개 메소드

public ReportWarning ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
리턴 void