org.xml.sax.ErrorHandler.warning
method
public warning(exception as SAXParseException) as Void throws SAXException
Description

Receives a warning.

Parameters
ParameterDescription
exceptionWarning information.
Throws
  • SAXException if the application chooses to interrupt parsing.
Example
handler.warning(warning)