edu.cmu.sei.aadl.modelsupport.errorreporting
Class NullAnalysisErrorReporter
java.lang.Object
edu.cmu.sei.aadl.modelsupport.errorreporting.AbstractErrorReporter
edu.cmu.sei.aadl.modelsupport.errorreporting.AbstractAnalysisErrorReporter
edu.cmu.sei.aadl.modelsupport.errorreporting.NullAnalysisErrorReporter
- All Implemented Interfaces:
- AnalysisErrorReporter, ErrorReporter
public final class NullAnalysisErrorReporter
- extends AbstractAnalysisErrorReporter
Field Summary |
static edu.cmu.sei.aadl.modelsupport.errorreporting.NullAnalysisErrorReporter.Factory |
factory
|
Method Summary |
protected void |
deleteMessagesImpl()
|
protected void |
errorImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Actual implementation of the error method. |
protected void |
infoImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Actual implementation of the info method. |
protected void |
warningImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Actual implementation of the warning method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
public static final edu.cmu.sei.aadl.modelsupport.errorreporting.NullAnalysisErrorReporter.Factory factory
errorImpl
protected void errorImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
- Description copied from class:
AbstractAnalysisErrorReporter
- Actual implementation of the error method. It is guaranteed that
warningImpl
protected void warningImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
- Description copied from class:
AbstractAnalysisErrorReporter
- Actual implementation of the warning method. It is guaranteed that
infoImpl
protected void infoImpl(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
- Description copied from class:
AbstractAnalysisErrorReporter
- Actual implementation of the info method. It is guaranteed that
where
is from the resource of the error reporter
attrs
is non-null
values
is non-null
- the lengths of
attrs
and values
are equal
- Specified by:
infoImpl
in class AbstractAnalysisErrorReporter
deleteMessagesImpl
protected void deleteMessagesImpl()
- Specified by:
deleteMessagesImpl
in class AbstractErrorReporter