C# Class Algebra.Core.Environment.ErrorManager

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ReportError ( ManagerMsg msg ) : void
ReportInfoMessage ( ManagerMsg msg ) : void
ReportWarning ( ManagerMsg msg ) : void

Method Details

ErrorManager() public méthode

public ErrorManager ( ) : System
Résultat System

ErrorManager() public méthode

public ErrorManager ( bool prefixMsgType, bool suffixPos ) : System
prefixMsgType bool
suffixPos bool
Résultat System

ReportError() public méthode

public ReportError ( string msg ) : void
msg string
Résultat void

ReportError() public méthode

public ReportError ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
Résultat void

ReportInfoMessage() public méthode

public ReportInfoMessage ( string msg ) : void
msg string
Résultat void

ReportInfoMessage() public méthode

public ReportInfoMessage ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
Résultat void

ReportWarning() public méthode

public ReportWarning ( string msg ) : void
msg string
Résultat void

ReportWarning() public méthode

public ReportWarning ( string msg, int>.Tuple startPos, int>.Tuple endPos ) : void
msg string
startPos int>.Tuple
endPos int>.Tuple
Résultat void