public class org.jruby.exceptions.EncodingError$UndefinedConversionError extends org.jruby.exceptions.EncodingError
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.exceptions.EncodingError$UndefinedConversionError
super_class: org.jruby.exceptions.EncodingError
{
public void <init>(java.lang.String, org.jruby.RubyEncodingError$RubyUndefinedConversionError);
descriptor: (Ljava/lang/String;Lorg/jruby/RubyEncodingError$RubyUndefinedConversionError;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.jruby.exceptions.EncodingError$UndefinedConversionError this
start local 1 // java.lang.String message
start local 2 // org.jruby.RubyEncodingError$RubyUndefinedConversionError exception
0: .line 70
aload 0 /* this */
aload 1 /* message */
aload 2 /* exception */
invokespecial org.jruby.exceptions.EncodingError.<init>:(Ljava/lang/String;Lorg/jruby/RubyEncodingError;)V
1: .line 71
return
end local 2 // org.jruby.RubyEncodingError$RubyUndefinedConversionError exception
end local 1 // java.lang.String message
end local 0 // org.jruby.exceptions.EncodingError$UndefinedConversionError this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/exceptions/EncodingError$UndefinedConversionError;
0 2 1 message Ljava/lang/String;
0 2 2 exception Lorg/jruby/RubyEncodingError$RubyUndefinedConversionError;
MethodParameters:
Name Flags
message
exception
}
SourceFile: "EncodingError.java"
NestHost: org.jruby.exceptions.EncodingError
InnerClasses:
public RubyUndefinedConversionError = org.jruby.RubyEncodingError$RubyUndefinedConversionError of org.jruby.RubyEncodingError
public UndefinedConversionError = org.jruby.exceptions.EncodingError$UndefinedConversionError of org.jruby.exceptions.EncodingError