C# Class Algebra.Core.Environment.ErrorManager

Mostrar archivo Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ReportError ( ManagerMsg msg ) : void
ReportInfoMessage ( ManagerMsg msg ) : void
ReportWarning ( ManagerMsg msg ) : void

Method Details

ErrorManager() public method

public ErrorManager ( ) : System
return System

ErrorManager() public method

public ErrorManager ( bool prefixMsgType, bool suffixPos ) : System
prefixMsgType bool
suffixPos bool
return System

ReportError() public method

public ReportError ( string msg ) : void
msg string
return void

ReportError() public method

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

ReportInfoMessage() public method

public ReportInfoMessage ( string msg ) : void
msg string
return void

ReportInfoMessage() public method

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

ReportWarning() public method

public ReportWarning ( string msg ) : void
msg string
return void

ReportWarning() public method

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