|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLReporter
Interface used to report non-fatal errors during parsing.
| Method Summary | |
|---|---|
void |
report(String message,
String errorType,
Object relatedInformation,
Location location)
Reports an error. |
| Method Detail |
|---|
void report(String message,
String errorType,
Object relatedInformation,
Location location)
throws XMLStreamException
message - the error messageerrorType - an implementation-specific error typerelatedInformation - additional information, if anylocation - the error location, if available
XMLStreamException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||