Package | Description |
---|---|
org.osate.aadl2.modelsupport.errorreporting |
Modifier and Type | Class and Description |
---|---|
static class |
AnalysisToParseErrorReporterAdapter.Factory
It is required the provided
ParseErrorReporterFactory be able
to handle null IResources. |
static class |
ChainedAnalysisErrorReporter.Factory |
static class |
LogAnalysisErrorReporter.Factory |
static class |
MarkerAnalysisErrorReporter.Factory
Factory for creating Marker error reporters.
|
static class |
StringBufferAnalysisErrorReporter.Factory
Creates analysis error reporters that all report to the same
given string buffer.
|
static class |
WriterAnalysisErrorReporter.Factory |
Constructor and Description |
---|
AnalysisErrorReporterManager(AnalysisErrorReporterFactory fact) |
AnalysisErrorReporterManager(InternalErrorReporter ier,
AnalysisErrorReporterFactory fact)
Deprecated.
|
ChainedAnalysisErrorReporter.Factory(AnalysisErrorReporterFactory[] factories)
Create a new factory that creates an analysis error reporter that
delegates to error reporters generated by the given list of
factories.
|
MarkerAnalysisErrorReporter.Factory(java.lang.String mt,
AnalysisErrorReporterFactory sndFact) |