Java javax.xml.transform ErrorListener fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.transform ErrorListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.transform ErrorListener.

The text is from its open source code.

Implementation

javax.xml.transform.ErrorListener has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voiderror(TransformerException exception)
Receive notification of a recoverable error.
voidfatalError(TransformerException exception)

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.