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 start local 1 0: aload 0
aload 1
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: aload 0
aload 1
putfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
2: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
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: aload 0
aload 1
putfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
2: aload 0
aload 2
putfield org.bouncycastle.i18n.LocalizedException.cause:Ljava/lang/Throwable;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield org.bouncycastle.i18n.LocalizedException.message:Lorg/bouncycastle/i18n/ErrorBundle;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.i18n.LocalizedException.cause:Ljava/lang/Throwable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/i18n/LocalizedException;
}
SourceFile: "LocalizedException.java"