public class com.sun.xml.internal.rngom.ast.builder.BuildException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.ast.builder.BuildException
  super_class: java.lang.RuntimeException
{
  private final java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.ast.builder.BuildException this
        start local 1 // java.lang.Throwable cause
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 58
            aload 1 /* cause */
            ifnonnull 3
         2: .line 59
            new java.lang.NullPointerException
            dup
            ldc "null cause"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 60
      StackMap locals: com.sun.xml.internal.rngom.ast.builder.BuildException java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield com.sun.xml.internal.rngom.ast.builder.BuildException.cause:Ljava/lang/Throwable;
         4: .line 61
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // com.sun.xml.internal.rngom.ast.builder.BuildException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/rngom/ast/builder/BuildException;
            0    5     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.ast.builder.BuildException this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.ast.builder.BuildException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // com.sun.xml.internal.rngom.ast.builder.BuildException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/ast/builder/BuildException;
}
SourceFile: "BuildException.java"