Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting |
Modifier and Type | Class and Description |
---|---|
class |
ChainedParseErrorReporter |
class |
LogParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors to the Eclipse "error" log. |
class |
MarkerParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors as markers on the aadl text files. |
class |
NullParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that silently
discards all reported errors. |
class |
QueuingParserErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that reports
errors by storing them in a queue that can be retreived by calling
QueuingParserErrorReporter.getErrors() . |
class |
WriterParseErrorReporter
An implementation of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that outputs
the messages to a Java Writer . |