Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting |
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorReporterManager
Generic interface for objects that manage error reporters.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorReporterManager
Abstract implementation of
edu.cmu.sei.aadl.model.pluginsupport.ErrorReporterManager that
delegates The implementation of the methods AbstractErrorReporterManager.internalError(Exception) ,
AbstractErrorReporterManager.internalError(String) , and AbstractErrorReporterManager.getNumInternalErrors() to
another edu.cmu.sei.aadl.model.pluginsupport.InternalErrorReporter
object. |
class |
AbstractInternalErrorReporter
Abstract implementation of
edu.cmu.sei.aadl.model.pluginsupport.InternalErrorReporter that
manages the error count. |
class |
AnalysisErrorReporterManager
TODO: Fix this
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances
across a set of AADL text file resources. |
class |
LogInternalErrorReporter
An internal error reporter to sends internal error messages to the
Eclipse "Error" view/log.
|
class |
NullInternalErrorReporter
An internal error reporter to ignores internal error messages.
|
class |
ParseErrorReporterManager
This class manages the creation and use of
edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter instances
across a set of AADL text file resources. |
class |
WriterInternalErrorReporter
An internal error reporter to sends internal error messages to the given
Writer.
|
Constructor and Description |
---|
AnalysisErrorReporterManager(InternalErrorReporter ier,
AnalysisErrorReporterFactory fact)
Deprecated.
|
ParseErrorReporterManager(InternalErrorReporter ier,
ParseErrorReporterFactory fact)
Deprecated.
|