fr.umlv.tatoo.cc.common.log
Class DiagnosticReporter
java.lang.Object
fr.umlv.tatoo.cc.common.log.DiagnosticReporter
- Direct Known Subclasses:
- AbstractASTDiagnosticReporter, AbstractConflictDiagnosticReporter
public abstract class DiagnosticReporter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiagnosticReporter
protected DiagnosticReporter(UserDefinedLevelMap userDefinedLevelMap)
isOnError
public boolean isOnError()
setErrorIfNedded
protected final void setErrorIfNedded(DiagnosticReporter.Key key)
getBundle
protected abstract ResourceBundle getBundle()
formatMessage
protected final String formatMessage(DiagnosticReporter.Key key,
Object... data)
getLevel
protected final DiagnosticReporter.Level getLevel(DiagnosticReporter.Key key)