javax.xml.transform

Interface ErrorListener

public interface ErrorListener

Error reporting callback handler. Equivalent to the SAX ErrorHandler.
Method Summary
voiderror(TransformerException exception)
Reports a recoverable error.
voidfatalError(TransformerException exception)
Reports a fatal error.
voidwarning(TransformerException exception)
Reports a warning condition.

Method Detail

error

public void error(TransformerException exception)
Reports a recoverable error.

fatalError

public void fatalError(TransformerException exception)
Reports a fatal error.

warning

public void warning(TransformerException exception)
Reports a warning condition.