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,v 1.2 2003/08/08 11:39:18 vhardy Exp $
Author:
Stephane Hillion

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

Method Detail

error

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

Throws:
ParseException


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.