org.apache.batik.parser
Class DefaultErrorHandler

java.lang.Object
  extended byorg.apache.batik.parser.DefaultErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DefaultErrorHandler
extends java.lang.Object
implements ErrorHandler

This class provides a default implementation of ErrorHandler.

Version:
$Id: DefaultErrorHandler.java,v 1.2 2003/08/08 11:39:18 vhardy Exp $
Author:
Stephane Hillion

Constructor Summary
DefaultErrorHandler()
           
 
Method Summary
 void error(ParseException e)
          Implements ErrorHandler.error(ParseException).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorHandler

public DefaultErrorHandler()
Method Detail

error

public void error(ParseException e)
           throws ParseException
Implements ErrorHandler.error(ParseException). Throws the given exception.

Specified by:
error in interface ErrorHandler
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.