public class org.apache.tools.ant.BuildException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.tools.ant.BuildException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5419014565354664240

  private org.apache.tools.ant.Location location;
    descriptor: Lorg/apache/tools/ant/Location;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.tools.ant.BuildException this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 35
            return
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/tools/ant/BuildException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.String message
         0: .line 44
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 45
            return
        end local 1 // java.lang.String message
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/tools/ant/BuildException;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.String pattern
        start local 2 // java.lang.Object[] formatArguments
         0: .line 57
            aload 0 /* this */
            aload 1 /* pattern */
            aload 2 /* formatArguments */
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 58
            return
        end local 2 // java.lang.Object[] formatArguments
        end local 1 // java.lang.String pattern
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/apache/tools/ant/BuildException;
            0    3     1          pattern  Ljava/lang/String;
            0    3     2  formatArguments  [Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      pattern          
      formatArguments  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 70
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 71
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/tools/ant/BuildException;
            0    3     1  message  Ljava/lang/String;
            0    3     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  public void <init>(java.lang.String, java.lang.Throwable, org.apache.tools.ant.Location);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;Lorg/apache/tools/ant/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
        start local 3 // org.apache.tools.ant.Location location
         0: .line 85
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial org.apache.tools.ant.BuildException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 86
            aload 0 /* this */
            aload 3 /* location */
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 87
            return
        end local 3 // org.apache.tools.ant.Location location
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/tools/ant/BuildException;
            0    3     1       msg  Ljava/lang/String;
            0    3     2     cause  Ljava/lang/Throwable;
            0    3     3  location  Lorg/apache/tools/ant/Location;
    MethodParameters:
          Name  Flags
      msg       
      cause     
      location  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.Throwable cause
         0: .line 96
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 97
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/tools/ant/BuildException;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(java.lang.String, org.apache.tools.ant.Location);
    descriptor: (Ljava/lang/String;Lorg/apache/tools/ant/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.String message
        start local 2 // org.apache.tools.ant.Location location
         0: .line 109
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 28
            aload 0 /* this */
            getstatic org.apache.tools.ant.Location.UNKNOWN_LOCATION:Lorg/apache/tools/ant/Location;
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 110
            aload 0 /* this */
            aload 2 /* location */
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         3: .line 111
            return
        end local 2 // org.apache.tools.ant.Location location
        end local 1 // java.lang.String message
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/tools/ant/BuildException;
            0    4     1   message  Ljava/lang/String;
            0    4     2  location  Lorg/apache/tools/ant/Location;
    MethodParameters:
          Name  Flags
      message   
      location  

  public void <init>(java.lang.Throwable, org.apache.tools.ant.Location);
    descriptor: (Ljava/lang/Throwable;Lorg/apache/tools/ant/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // java.lang.Throwable cause
        start local 2 // org.apache.tools.ant.Location location
         0: .line 123
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial org.apache.tools.ant.BuildException.<init>:(Ljava/lang/Throwable;)V
         1: .line 124
            aload 0 /* this */
            aload 2 /* location */
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         2: .line 125
            return
        end local 2 // org.apache.tools.ant.Location location
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/tools/ant/BuildException;
            0    3     1     cause  Ljava/lang/Throwable;
            0    3     2  location  Lorg/apache/tools/ant/Location;
    MethodParameters:
          Name  Flags
      cause     
      location  

  public java.lang.Throwable getException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tools.ant.BuildException this
         0: .line 136
            aload 0 /* this */
            invokevirtual org.apache.tools.ant.BuildException.getCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tools/ant/BuildException;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.tools.ant.BuildException this
         0: .line 145
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
            invokevirtual org.apache.tools.ant.Location.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.apache.tools.ant.BuildException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tools/ant/BuildException;

  public void setLocation(org.apache.tools.ant.Location);
    descriptor: (Lorg/apache/tools/ant/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.tools.ant.BuildException this
        start local 1 // org.apache.tools.ant.Location location
         0: .line 155
            aload 0 /* this */
            aload 1 /* location */
            putfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
         1: .line 156
            return
        end local 1 // org.apache.tools.ant.Location location
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/tools/ant/BuildException;
            0    2     1  location  Lorg/apache/tools/ant/Location;
    MethodParameters:
          Name  Flags
      location  

  public org.apache.tools.ant.Location getLocation();
    descriptor: ()Lorg/apache/tools/ant/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tools.ant.BuildException this
         0: .line 164
            aload 0 /* this */
            getfield org.apache.tools.ant.BuildException.location:Lorg/apache/tools/ant/Location;
            areturn
        end local 0 // org.apache.tools.ant.BuildException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tools/ant/BuildException;
}
SourceFile: "BuildException.java"