public class org.apache.batik.script.InterpreterException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.script.InterpreterException
  super_class: java.lang.RuntimeException
{
  private int line;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int column;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Exception embedded;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  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.script.InterpreterException this
        start local 1 // java.lang.String message
        start local 2 // int lineno
        start local 3 // int columnno
         0: .line 40
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 29
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.script.InterpreterException.line:I
         2: .line 30
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.script.InterpreterException.column:I
         3: .line 31
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.script.InterpreterException.embedded:Ljava/lang/Exception;
         4: .line 41
            aload 0 /* this */
            iload 2 /* lineno */
            putfield org.apache.batik.script.InterpreterException.line:I
         5: .line 42
            aload 0 /* this */
            iload 3 /* columnno */
            putfield org.apache.batik.script.InterpreterException.column:I
         6: .line 43
            return
        end local 3 // int columnno
        end local 2 // int lineno
        end local 1 // java.lang.String message
        end local 0 // org.apache.batik.script.InterpreterException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/batik/script/InterpreterException;
            0    7     1   message  Ljava/lang/String;
            0    7     2    lineno  I
            0    7     3  columnno  I
    MethodParameters:
          Name  Flags
      message   
      lineno    
      columnno  

  public void <init>(java.lang.Exception, java.lang.String, int, int);
    descriptor: (Ljava/lang/Exception;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.apache.batik.script.InterpreterException this
        start local 1 // java.lang.Exception exception
        start local 2 // java.lang.String message
        start local 3 // int lineno
        start local 4 // int columnno
         0: .line 54
            aload 0 /* this */
            aload 2 /* message */
            iload 3 /* lineno */
            iload 4 /* columnno */
            invokespecial org.apache.batik.script.InterpreterException.<init>:(Ljava/lang/String;II)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.apache.batik.script.InterpreterException.embedded:Ljava/lang/Exception;
         2: .line 56
            return
        end local 4 // int columnno
        end local 3 // int lineno
        end local 2 // java.lang.String message
        end local 1 // java.lang.Exception exception
        end local 0 // org.apache.batik.script.InterpreterException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/batik/script/InterpreterException;
            0    3     1  exception  Ljava/lang/Exception;
            0    3     2    message  Ljava/lang/String;
            0    3     3     lineno  I
            0    3     4   columnno  I
    MethodParameters:
           Name  Flags
      exception  
      message    
      lineno     
      columnno   

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

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

  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.script.InterpreterException this
         0: .line 79
            aload 0 /* this */
            getfield org.apache.batik.script.InterpreterException.embedded:Ljava/lang/Exception;
            areturn
        end local 0 // org.apache.batik.script.InterpreterException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/InterpreterException;

  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.script.InterpreterException this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 89
            aload 1 /* msg */
            ifnull 3
         2: .line 90
            aload 1 /* msg */
            areturn
         3: .line 91
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.script.InterpreterException.embedded:Ljava/lang/Exception;
            ifnull 5
         4: .line 92
            aload 0 /* this */
            getfield org.apache.batik.script.InterpreterException.embedded:Ljava/lang/Exception;
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            areturn
         5: .line 94
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String msg
        end local 0 // org.apache.batik.script.InterpreterException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/script/InterpreterException;
            1    6     1   msg  Ljava/lang/String;
}
SourceFile: "InterpreterException.java"