public interface com.oracle.truffle.api.TruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.TruffleException
  super_class: java.lang.Object
{
  public abstract com.oracle.truffle.api.nodes.Node getLocation();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.Object getExceptionObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 103
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isSyntaxError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 121
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isIncompleteSource();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 145
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isInternalError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 158
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isCancelled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 172
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean isExit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 190
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int getExitStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 205
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int getStackTraceElementLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 223
            iconst_m1
            ireturn
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/TruffleException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.TruffleException this
         0: .line 242
            aload 0 /* this */
            invokeinterface com.oracle.truffle.api.TruffleException.getLocation:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* node */
        start local 1 // com.oracle.truffle.api.nodes.Node node
         1: .line 243
            aload 1 /* node */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
         2: aload 1 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getEncapsulatingSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.source.SourceSection
         3: areturn
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.TruffleException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/TruffleException;
            1    4     1  node  Lcom/oracle/truffle/api/nodes/Node;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "TruffleException.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()