public abstract class AbstractAnalysisErrorReporter extends AbstractErrorReporter implements AnalysisErrorReporter
errorImpl(Element, String, String[], Object[])
,
warningImpl(Element, String, String[], Object[])
,
and infoImpl(Element, String, String[], Object[])
.Modifier and Type | Method and Description |
---|---|
void |
error(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Report an error on an AObject (AADL object model object).
|
void |
info(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Report an information message on an AObject (AADL object model object).
|
void |
warning(Element where,
java.lang.String message,
java.lang.String[] attrs,
java.lang.Object[] values)
Report a warning on an AObject (AADL object model object).
|
deleteMessages, getNumErrors, getNumInfos, getNumMessages, getNumWarnings
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteMessages, getNumErrors, getNumInfos, getNumMessages, getNumWarnings
public final void error(Element where, java.lang.String message, java.lang.String[] attrs, java.lang.Object[] values)
AnalysisErrorReporter
error
in interface AnalysisErrorReporter
where
- the object to which the marker is pointingmessage
- the message as stringattrs
- attributes of the error to be setvalues
- the values to set the attributes to.public final void warning(Element where, java.lang.String message, java.lang.String[] attrs, java.lang.Object[] values)
AnalysisErrorReporter
warning
in interface AnalysisErrorReporter
where
- the object to which the marker is pointingmessage
- the message as stringattrs
- attributes of the error to be setvalues
- the values to set the attributes to.public final void info(Element where, java.lang.String message, java.lang.String[] attrs, java.lang.Object[] values)
AnalysisErrorReporter
info
in interface AnalysisErrorReporter
where
- the object to which the marker is pointingmessage
- the message as stringattrs
- attributes of the error to be setvalues
- the values to set the attributes to.