public interface org.apache.batik.parser.ErrorHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.batik.parser.ErrorHandler
  super_class: java.lang.Object
{
  public abstract void error(org.apache.batik.parser.ParseException);
    descriptor: (Lorg/apache/batik/parser/ParseException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "ErrorHandler.java"