public class org.bouncycastle.i18n.LocalizedException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.i18n.LocalizedException
  super_class: java.lang.Exception
{
  protected org.bouncycastle.i18n.ErrorBundle message;
    descriptor: Lorg/bouncycastle/i18n/ErrorBundle;
    flags: (0x0004) ACC_PROTECTED

  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.i18n.ErrorBundle);
    descriptor: (Lorg/bouncycastle/i18n/ErrorBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.i18n.LocalizedException this
        start local 1 // org.bouncycastle.i18n.ErrorBundle message
         0: .line 20
            aload 0 /* this */
            aload 1 /* message */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokevirtual org.bouncycastle.i18n.ErrorBundle.getText:(Ljava/util/Locale;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 21
            aload 0 /* this */
            aload 1 /* message */
            putfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
         2: .line 22
            return
        end local 1 // org.bouncycastle.i18n.ErrorBundle message
        end local 0 // org.bouncycastle.i18n.LocalizedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/bouncycastle/i18n/LocalizedException;
            0    3     1  message  Lorg/bouncycastle/i18n/ErrorBundle;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(org.bouncycastle.i18n.ErrorBundle, java.lang.Throwable);
    descriptor: (Lorg/bouncycastle/i18n/ErrorBundle;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.i18n.LocalizedException this
        start local 1 // org.bouncycastle.i18n.ErrorBundle message
        start local 2 // java.lang.Throwable throwable
         0: .line 31
            aload 0 /* this */
            aload 1 /* message */
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokevirtual org.bouncycastle.i18n.ErrorBundle.getText:(Ljava/util/Locale;)Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 32
            aload 0 /* this */
            aload 1 /* message */
            putfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
         2: .line 33
            aload 0 /* this */
            aload 2 /* throwable */
            putfield org.bouncycastle.i18n.LocalizedException.cause:Ljava/lang/Throwable;
         3: .line 34
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // org.bouncycastle.i18n.ErrorBundle message
        end local 0 // org.bouncycastle.i18n.LocalizedException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/i18n/LocalizedException;
            0    4     1    message  Lorg/bouncycastle/i18n/ErrorBundle;
            0    4     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      throwable  

  public org.bouncycastle.i18n.ErrorBundle getErrorMessage();
    descriptor: ()Lorg/bouncycastle/i18n/ErrorBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.i18n.LocalizedException this
         0: .line 42
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
            areturn
        end local 0 // org.bouncycastle.i18n.LocalizedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/i18n/LocalizedException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.i18n.LocalizedException this
         0: .line 47
            aload 0 /* this */
            getfield org.bouncycastle.i18n.LocalizedException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.bouncycastle.i18n.LocalizedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/i18n/LocalizedException;
}
SourceFile: "LocalizedException.java"