public class com.sun.org.apache.xml.internal.utils.URI$MalformedURIException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.utils.URI$MalformedURIException
  super_class: java.io.IOException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.URI$MalformedURIException this
         0: .line 81
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 82
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.URI$MalformedURIException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/utils/URI$MalformedURIException;

  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 // com.sun.org.apache.xml.internal.utils.URI$MalformedURIException this
        start local 1 // java.lang.String p_msg
         0: .line 92
            aload 0 /* this */
            aload 1 /* p_msg */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 93
            return
        end local 1 // java.lang.String p_msg
        end local 0 // com.sun.org.apache.xml.internal.utils.URI$MalformedURIException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/org/apache/xml/internal/utils/URI$MalformedURIException;
            0    2     1  p_msg  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      p_msg  
}
SourceFile: "URI.java"
NestHost: com.sun.org.apache.xml.internal.utils.URI
InnerClasses:
  public MalformedURIException = com.sun.org.apache.xml.internal.utils.URI$MalformedURIException of com.sun.org.apache.xml.internal.utils.URI