org.apache.batik.parser
Class DefaultErrorHandler
java.lang.Object
org.apache.batik.parser.DefaultErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class DefaultErrorHandler
- extends Object
- implements ErrorHandler
This class provides a default implementation of ErrorHandler.
- Version:
- $Id: DefaultErrorHandler.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultErrorHandler
public DefaultErrorHandler()
error
public void error(ParseException e)
throws ParseException
- Implements
ErrorHandler.error(ParseException).
Throws the given exception.
- Specified by:
error in interface ErrorHandler
- Throws:
ParseException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.