public abstract void fatalError (TransformerException exception) throws TransformerException

Receive notification of a non-recoverable error.

The processor may choose to continue, but will not normally proceed to a successful completion.

The method should throw an exception if it is unable to process the error, or if it wishes execution to terminate immediately. The processor will not necessarily honor this request.

Parameters:
exception    The error information encapsulated in a TransformerException.

Exceptions:
javax.xml.transform.TransformerException    if the application chooses to discontinue the transformation.

See also:
javax.xml.transform.TransformerException