public class javax.imageio.metadata.IIOInvalidTreeException extends javax.imageio.IIOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.imageio.metadata.IIOInvalidTreeException
  super_class: javax.imageio.IIOException
{
  protected Node offendingNode;
    descriptor: LNode;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.lang.String, Node);
    descriptor: (Ljava/lang/String;LNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.imageio.metadata.IIOInvalidTreeException this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.imageio.metadata.IIOInvalidTreeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/metadata/IIOInvalidTreeException;
    MethodParameters:
               Name  Flags
      message        
      offendingNode  

  public void <init>(java.lang.String, java.lang.Throwable, Node);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;LNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.imageio.metadata.IIOInvalidTreeException this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.imageio.metadata.IIOInvalidTreeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/metadata/IIOInvalidTreeException;
    MethodParameters:
               Name  Flags
      message        
      cause          
      offendingNode  

  public Node getOffendingNode();
    descriptor: ()LNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.imageio.metadata.IIOInvalidTreeException this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.imageio.metadata.IIOInvalidTreeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/metadata/IIOInvalidTreeException;
}
SourceFile: "IIOInvalidTreeException.java"