package org.apache.batik.parser; public interface ErrorHandler { void error(ParseException parseException) throws ParseException; }