public interface XMLReporter
| Modifier and Type | Method and Description | 
|---|---|
| void | report(java.lang.String message,
      java.lang.String errorType,
      java.lang.Object relatedInformation,
      ILocation location)Report the desired message in an application specific format. | 
void report(java.lang.String message,
            java.lang.String errorType,
            java.lang.Object relatedInformation,
            ILocation location)
     throws java.lang.Exception
message - the error messageerrorType - an implementation defined error typerelatedInformation - information related to the error, if availablelocation - the location of the error, if availablejavax.xml.stream.XMLStreamExceptionjava.lang.Exception