public class io.vertx.codetrans.Result$Failure extends io.vertx.codetrans.Result
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.Result$Failure
  super_class: io.vertx.codetrans.Result
{
  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=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.Result$Failure this
        start local 1 // java.lang.Throwable cause
         0: .line 24
            aload 0 /* this */
            invokespecial io.vertx.codetrans.Result.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* cause */
            putfield io.vertx.codetrans.Result$Failure.cause:Ljava/lang/Throwable;
         2: .line 26
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.codetrans.Result$Failure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/codetrans/Result$Failure;
            0    3     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 // io.vertx.codetrans.Result$Failure this
         0: .line 28
            aload 0 /* this */
            getfield io.vertx.codetrans.Result$Failure.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.codetrans.Result$Failure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codetrans/Result$Failure;
}
SourceFile: "Result.java"
NestHost: io.vertx.codetrans.Result
InnerClasses:
  public Failure = io.vertx.codetrans.Result$Failure of io.vertx.codetrans.Result