ErrorHandler.warning

Receive notification of a warning.

<p>SAX parsers will use this method to report conditions that are not errors or fatal errors as defined by the XML recommendation. The default behaviour is to take no action.</p>

<p>The SAX parser must continue to provide normal parsing events after invoking this method: it should still be possible for the application to process the document through to the end.</p>

<p>Filters may use this method to report other, non-XML warnings as well.</p>

@param exception The warning information encapsulated in a SAX parse exception. @exception org.xml.sax.SAXException Any SAX exception, possibly wrapping another exception. @see org.xml.sax.SAXParseException

interface ErrorHandler(Ch = char)
void
warning

Meta