API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform. ErrorListener View Source
Author(s)
Since
Version
Serial
Hierarchy
 ErrorListener
Subinterfaces
Description
public interface ErrorListener
  To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the Transformer.
See also:   
Methods
Hide/Show inherited methods
public void error (TransformerException exception) throws TransformerException
  Receive notification of a recoverable error.
public void fatalError (TransformerException exception) throws TransformerException
  Receive notification of a non-recoverable error.
public void warning (TransformerException exception) throws TransformerException
  Receive notification of a warning.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar