public class org.apache.batik.parser.ParseException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.parser.ParseException
  super_class: java.lang.RuntimeException
{
  protected java.lang.Exception exception;
    descriptor: Ljava/lang/Exception;
    flags: (0x0004) ACC_PROTECTED

  protected int lineNumber;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int columnNumber;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.batik.parser.ParseException this
        start local 1 // java.lang.String message
        start local 2 // int line
        start local 3 // int column
         0: .line 57
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 58
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
         2: .line 59
            aload 0 /* this */
            iload 2 /* line */
            putfield org.apache.batik.parser.ParseException.lineNumber:I
         3: .line 60
            aload 0 /* this */
            iload 3 /* column */
            putfield org.apache.batik.parser.ParseException.columnNumber:I
         4: .line 61
            return
        end local 3 // int column
        end local 2 // int line
        end local 1 // java.lang.String message
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/batik/parser/ParseException;
            0    5     1  message  Ljava/lang/String;
            0    5     2     line  I
            0    5     3   column  I
    MethodParameters:
         Name  Flags
      message  
      line     
      column   

  public void <init>(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.ParseException this
        start local 1 // java.lang.Exception e
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* e */
            putfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
         2: .line 73
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.parser.ParseException.lineNumber:I
         3: .line 74
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.parser.ParseException.columnNumber:I
         4: .line 75
            return
        end local 1 // java.lang.Exception e
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/parser/ParseException;
            0    5     1     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     

  public void <init>(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.parser.ParseException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Exception e
         0: .line 86
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 87
            aload 0 /* this */
            aload 2 /* e */
            putfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
         2: .line 88
            return
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String message
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/batik/parser/ParseException;
            0    3     1  message  Ljava/lang/String;
            0    3     2        e  Ljava/lang/Exception;
    MethodParameters:
         Name  Flags
      message  
      e        

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.batik.parser.ParseException this
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            astore 1 /* message */
        start local 1 // java.lang.String message
         1: .line 101
            aload 1 /* message */
            ifnonnull 3
            aload 0 /* this */
            getfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
            ifnull 3
         2: .line 102
            aload 0 /* this */
            getfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            areturn
         3: .line 104
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* message */
            areturn
        end local 1 // java.lang.String message
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/batik/parser/ParseException;
            1    4     1  message  Ljava/lang/String;

  public java.lang.Exception getException();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.ParseException this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.batik.parser.ParseException.exception:Ljava/lang/Exception;
            areturn
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/ParseException;

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.ParseException this
         0: .line 120
            aload 0 /* this */
            getfield org.apache.batik.parser.ParseException.lineNumber:I
            ireturn
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/ParseException;

  public int getColumnNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.ParseException this
         0: .line 127
            aload 0 /* this */
            getfield org.apache.batik.parser.ParseException.columnNumber:I
            ireturn
        end local 0 // org.apache.batik.parser.ParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/ParseException;
}
SourceFile: "ParseException.java"