Receive notification of a non-recoverable error.
The Transformer
must continue to try and provide normal transformation after invoking this method. It should still be possible for the application to process the document through to the end if no other errors are encountered, but there is no guarantee that the output will be useable.
@param exception The error information encapsulated in a
TransformerException
.
@throws javax.xml.transform.TransformerException if the applicationchooses to discontinue the transformation.
@see javax.xml.transform.TransformerException