org.apache.batik.parser
Interface ErrorHandler

All Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler

This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.

Version:
$Id: ErrorHandler.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Stephane Hillion

Method Summary
 void error(ParseException e)
          Called when a parse error occurs.
 

Method Detail

error

void error(ParseException e)
           throws ParseException
Called when a parse error occurs.

Throws:
ParseException


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.