|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalErrorReporter | |
---|---|
edu.cmu.sei.aadl.model.pluginsupport | |
edu.cmu.sei.osate.core.builder |
Uses of InternalErrorReporter in edu.cmu.sei.aadl.model.pluginsupport |
---|
Subinterfaces of InternalErrorReporter in edu.cmu.sei.aadl.model.pluginsupport | |
---|---|
interface |
ErrorReporterManager
Generic interface for objects that manage error reporters. |
Classes in edu.cmu.sei.aadl.model.pluginsupport that implement InternalErrorReporter | |
---|---|
class |
AbstractErrorReporterManager
Abstract implementation of ErrorReporterManager that
delegates The implementation of the methods AbstractErrorReporterManager.internalError(Exception) ,
AbstractErrorReporterManager.internalError(String) , and AbstractErrorReporterManager.getNumInternalErrors() to
another InternalErrorReporter
object. |
class |
AbstractInternalErrorReporter
Abstract implementation of InternalErrorReporter that
manages the error count. |
class |
AnalysisErrorReporterManager
TODO: Fix this This class manages the creation and use of 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 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. |
Constructors in edu.cmu.sei.aadl.model.pluginsupport with parameters of type InternalErrorReporter | |
---|---|
AbstractErrorReporterManager(InternalErrorReporter ier)
|
|
AnalysisErrorReporterManager(InternalErrorReporter ier,
AnalysisErrorReporterFactory fact)
|
|
ParseErrorReporterManager(InternalErrorReporter ier,
ParseErrorReporterFactory fact)
|
Uses of InternalErrorReporter in edu.cmu.sei.osate.core.builder |
---|
Fields in edu.cmu.sei.osate.core.builder declared as InternalErrorReporter | |
---|---|
protected InternalErrorReporter |
AadlBuilder.internalErrorLogger
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |