public final class QueuingAnalysisErrorReporter extends AbstractAnalysisErrorReporter
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter
that reports
errors by storing them in a queue that can be retreived by calling
getErrors()
.
Messages are stored as QueuingAnalysisErrorReporter.Message
objects.
Modifier and Type | Class and Description |
---|---|
static class |
QueuingAnalysisErrorReporter.Message
Record of a reported error message/warning.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR |
static org.osate.aadl2.modelsupport.errorreporting.QueuingAnalysisErrorReporter.Factory |
factory
Singleton factory reference.
|
static java.lang.String |
INFO |
static java.lang.String |
WARNING |
Constructor and Description |
---|
QueuingAnalysisErrorReporter(org.eclipse.emf.ecore.resource.Resource rsrc) |
Modifier and Type | Method and Description |
---|---|
java.util.List<QueuingAnalysisErrorReporter.Message> |
getErrors()
Get the errors.
|
error, info, warning
deleteMessages, getNumErrors, getNumInfos, getNumMessages, getNumWarnings
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteMessages, getNumErrors, getNumInfos, getNumMessages, getNumWarnings
public static final java.lang.String ERROR
public static final java.lang.String WARNING
public static final java.lang.String INFO
public static final org.osate.aadl2.modelsupport.errorreporting.QueuingAnalysisErrorReporter.Factory factory
public QueuingAnalysisErrorReporter(org.eclipse.emf.ecore.resource.Resource rsrc)
public java.util.List<QueuingAnalysisErrorReporter.Message> getErrors()
QueuingAnalysisErrorReporter.Message
objects.