If the logger is currently enabled for the WARNING message level then the given message is forwarded to all the registered output Handler objects.
@param msg The string message (or a key in the message catalog)
{@link javax.xml.transform.Transformer} can use this method to reportconditions that are not errors or fatal errors. The default behaviour is to take no action.
After invoking this method, the Transformer must continue with the transformation. It should still be possible for the application to process the document through to the end.
@param exception The warning information encapsulated in atransformer exception. @throws javax.xml.transform.TransformerException if the applicationchooses to discontinue the transformation. @see javax.xml.transform.TransformerExceptionSAX parsers will use this method to report conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation. The default behaviour is to take no action.
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.
@param exception The warning information encapsulated in aSAX parse exception. @throws SAXException Any SAX exception, possiblywrapping another exception.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.
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.
Filters may use this method to report other, non-XML warnings as well.
@param exception The warning information encapsulated in aSAX parse exception. @exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see org.xml.sax.SAXParseException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|