public class javax.lang.model.type.MirroredTypeException extends javax.lang.model.type.MirroredTypesException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.lang.model.type.MirroredTypeException
  super_class: javax.lang.model.type.MirroredTypesException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 269

  private transient javax.lang.model.type.TypeMirror type;
    descriptor: Ljavax/lang/model/type/TypeMirror;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(javax.lang.model.type.TypeMirror);
    descriptor: (Ljavax/lang/model/type/TypeMirror;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.lang.model.type.MirroredTypeException this
        start local 1 // javax.lang.model.type.TypeMirror type
         0: .line 56
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Attempt to access Class object for TypeMirror "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* type */
            invokeinterface javax.lang.model.type.TypeMirror.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* type */
            invokespecial javax.lang.model.type.MirroredTypesException.<init>:(Ljava/lang/String;Ljavax/lang/model/type/TypeMirror;)V
         1: .line 57
            aload 0 /* this */
            aload 1 /* type */
            putfield javax.lang.model.type.MirroredTypeException.type:Ljavax/lang/model/type/TypeMirror;
         2: .line 58
            return
        end local 1 // javax.lang.model.type.TypeMirror type
        end local 0 // javax.lang.model.type.MirroredTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/lang/model/type/MirroredTypeException;
            0    3     1  type  Ljavax/lang/model/type/TypeMirror;
    MethodParameters:
      Name  Flags
      type  

  public javax.lang.model.type.TypeMirror getTypeMirror();
    descriptor: ()Ljavax/lang/model/type/TypeMirror;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.lang.model.type.MirroredTypeException this
         0: .line 68
            aload 0 /* this */
            getfield javax.lang.model.type.MirroredTypeException.type:Ljavax/lang/model/type/TypeMirror;
            areturn
        end local 0 // javax.lang.model.type.MirroredTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/type/MirroredTypeException;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.lang.model.type.MirroredTypeException this
        start local 1 // java.io.ObjectInputStream s
         0: .line 80
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 81
            aload 0 /* this */
            aconst_null
            putfield javax.lang.model.type.MirroredTypeException.type:Ljavax/lang/model/type/TypeMirror;
         2: .line 82
            aload 0 /* this */
            aconst_null
            putfield javax.lang.model.type.MirroredTypeException.types:Ljava/util/List;
         3: .line 83
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // javax.lang.model.type.MirroredTypeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/lang/model/type/MirroredTypeException;
            0    4     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "MirroredTypeException.java"