public interface org.apache.batik.svggen.ErrorConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.batik.svggen.ErrorConstants
  super_class: java.lang.Object
{
  public static final java.lang.String ERR_UNEXPECTED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "unexpected exception"

  public static final java.lang.String ERR_CONTEXT_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "generatorContext should not be null"

  public static final java.lang.String ERR_IMAGE_DIR_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "imageDir should not be null"

  public static final java.lang.String ERR_IMAGE_DIR_DOES_NOT_EXIST;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "imageDir does not exist"

  public static final java.lang.String ERR_CANNOT_USE_IMAGE_DIR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "cannot convert imageDir to a URL value : "

  public static final java.lang.String ERR_IMAGE_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "image should not be null"

  public static final java.lang.String ERR_WRITE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "could not write image File "

  public static final java.lang.String ERR_READ;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "could not read image File "

  public static final java.lang.String ERR_IMAGE_HANDLER_NOT_SUPPORTED;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "imageHandler does not implement CachedImageHandler: "

  public static final java.lang.String ERR_CANVAS_SIZE_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "canvas size should not be null"

  public static final java.lang.String ERR_XOR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "XOR Mode is not supported by Graphics2D SVG Generator"

  public static final java.lang.String ERR_ACI;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "AttributedCharacterIterator not supported yet"

  public static final java.lang.String ERR_PROXY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "proxy should not be null"

  public static final java.lang.String INVALID_NODE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "Unable to write node of type "

  public static final java.lang.String ERR_GC_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "gc should not be null"

  public static final java.lang.String ERR_DOMTREEMANAGER_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "domTreeManager should not be null"

  public static final java.lang.String ERR_MAXGCOVERRIDES_OUTOFRANGE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "maxGcOverrides should be greater than zero"

  public static final java.lang.String ERR_TOP_LEVEL_GROUP_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "topLevelGroup should not be null"

  public static final java.lang.String ERR_TOP_LEVEL_GROUP_NOT_G;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "topLevelGroup should be a group <g>"

  public static final java.lang.String ERR_CLIP_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "clipPathValue should not be null"

  public static final java.lang.String ERR_FONT_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "none of the font description parameters should be null"

  public static final java.lang.String ERR_HINT_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "none of the hints description parameters should be null"

  public static final java.lang.String ERR_STROKE_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "none of the stroke description parameters should be null"

  public static final java.lang.String ERR_MAP_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "context map(s) should not be null"

  public static final java.lang.String ERR_TRANS_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "transformer stack should not be null"

  public static final java.lang.String ERR_ILLEGAL_BUFFERED_IMAGE_LOOKUP_OP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "BufferedImage LookupOp should have 1, 3 or 4 lookup arrays"

  public static final java.lang.String ERR_SCALE_FACTORS_AND_OFFSETS_MISMATCH;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "RescapeOp offsets and scaleFactor array length do not match"

  public static final java.lang.String ERR_ILLEGAL_BUFFERED_IMAGE_RESCALE_OP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "BufferedImage RescaleOp should have 1, 3 or 4 scale factors"

  public static final java.lang.String ERR_DOM_FACTORY_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "domFactory should not be null"

  public static final java.lang.String ERR_IMAGE_HANDLER_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "imageHandler should not be null"

  public static final java.lang.String ERR_EXTENSION_HANDLER_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "extensionHandler should not be null"

  public static final java.lang.String ERR_ID_GENERATOR_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "idGenerator should not be null"

  public static final java.lang.String ERR_STYLE_HANDLER_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "styleHandler should not be null"

  public static final java.lang.String ERR_ERROR_HANDLER_NULL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "errorHandler should not be null"
}
SourceFile: "ErrorConstants.java"