|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLReporter
This interface is used to report non-fatal errors. Only warnings should be echoed through this interface.
| Modifier and Type | Method and Description |
|---|---|
void |
report(String message,
String errorType,
Object relatedInformation,
Location location)
Report the desired message in an application specific format. |
| Method Detail |
|---|
void report(String message,
String errorType,
Object relatedInformation,
Location location)
throws XMLStreamException
message - the error messageerrorType - an implementation defined error typerelatedInformation - information related to the error, if availablelocation - the location of the error, if availableXMLStreamException
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.