public interface ErrorReporterManager extends InternalErrorReporter
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporterManager
and
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporterManager
.Modifier and Type | Method and Description |
---|---|
int |
getNumMessages()
Get the total number of messages (errors, warnings, etc.) reported
on the items managed by this error manager.
|
getNumInternalErrors, internalError, internalError
int getNumMessages()
InternalErrorReporter.internalError(Exception)
and
InternalErrorReporter.internalError(String)
.