org.apache.batik.parser

Interface ErrorHandler

public interface ErrorHandler

This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.
Method Summary
voiderror(ParseException e)
Called when a parse error occurs.

Method Detail

error

public void error(ParseException e)
Called when a parse error occurs.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.