public class org.apache.batik.dom.svg.LiveAttributeException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.dom.svg.LiveAttributeException
  super_class: java.lang.RuntimeException
{
  public static final short ERR_ATTRIBUTE_MISSING;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final short ERR_ATTRIBUTE_MALFORMED;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short ERR_ATTRIBUTE_NEGATIVE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected org.w3c.dom.Element e;
    descriptor: Lorg/w3c/dom/Element;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String attributeName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected short code;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.w3c.dom.Element, java.lang.String, short, java.lang.String);
    descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;SLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.dom.svg.LiveAttributeException this
        start local 1 // org.w3c.dom.Element e
        start local 2 // java.lang.String an
        start local 3 // short code
        start local 4 // java.lang.String val
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* e */
            putfield org.apache.batik.dom.svg.LiveAttributeException.e:Lorg/w3c/dom/Element;
         2: .line 69
            aload 0 /* this */
            aload 2 /* an */
            putfield org.apache.batik.dom.svg.LiveAttributeException.attributeName:Ljava/lang/String;
         3: .line 70
            aload 0 /* this */
            iload 3 /* code */
            putfield org.apache.batik.dom.svg.LiveAttributeException.code:S
         4: .line 71
            aload 0 /* this */
            aload 4 /* val */
            putfield org.apache.batik.dom.svg.LiveAttributeException.value:Ljava/lang/String;
         5: .line 72
            return
        end local 4 // java.lang.String val
        end local 3 // short code
        end local 2 // java.lang.String an
        end local 1 // org.w3c.dom.Element e
        end local 0 // org.apache.batik.dom.svg.LiveAttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/dom/svg/LiveAttributeException;
            0    6     1     e  Lorg/w3c/dom/Element;
            0    6     2    an  Ljava/lang/String;
            0    6     3  code  S
            0    6     4   val  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      e     
      an    
      code  
      val   

  public org.w3c.dom.Element getElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.LiveAttributeException this
         0: .line 78
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.LiveAttributeException.e:Lorg/w3c/dom/Element;
            areturn
        end local 0 // org.apache.batik.dom.svg.LiveAttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/LiveAttributeException;

  public java.lang.String getAttributeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.LiveAttributeException this
         0: .line 85
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.LiveAttributeException.attributeName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.dom.svg.LiveAttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/LiveAttributeException;

  public short getCode();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.LiveAttributeException this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.LiveAttributeException.code:S
            ireturn
        end local 0 // org.apache.batik.dom.svg.LiveAttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/LiveAttributeException;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.svg.LiveAttributeException this
         0: .line 99
            aload 0 /* this */
            getfield org.apache.batik.dom.svg.LiveAttributeException.value:Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.dom.svg.LiveAttributeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/svg/LiveAttributeException;
}
SourceFile: "LiveAttributeException.java"