public final class org.apache.lucene.index.IndexNotFoundException extends java.io.FileNotFoundException
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.IndexNotFoundException
super_class: java.io.FileNotFoundException
{
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.FileNotFoundException.<init>:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/IndexNotFoundException;
0 2 1 msg Ljava/lang/String;
MethodParameters:
Name Flags
msg
}
SourceFile: "IndexNotFoundException.java"