public final class org.objectweb.asm.ClassTooLargeException extends java.lang.IndexOutOfBoundsException
{
private static final long serialVersionUID;
private final java.lang.String className;
private final int constantPoolCount;
public void <init>(java.lang.String, int)
{
int v;
java.lang.String v, v;
org.objectweb.asm.ClassTooLargeException v;
v := @this: org.objectweb.asm.ClassTooLargeException;
v := @parameter: java.lang.String;
v := @parameter: int;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Class too large: \u0001");
specialinvoke v.<java.lang.IndexOutOfBoundsException: void <init>(java.lang.String)>(v);
v.<org.objectweb.asm.ClassTooLargeException: java.lang.String className> = v;
v.<org.objectweb.asm.ClassTooLargeException: int constantPoolCount> = v;
return;
}
public java.lang.String getClassName()
{
java.lang.String v;
org.objectweb.asm.ClassTooLargeException v;
v := @this: org.objectweb.asm.ClassTooLargeException;
v = v.<org.objectweb.asm.ClassTooLargeException: java.lang.String className>;
return v;
}
public int getConstantPoolCount()
{
int v;
org.objectweb.asm.ClassTooLargeException v;
v := @this: org.objectweb.asm.ClassTooLargeException;
v = v.<org.objectweb.asm.ClassTooLargeException: int constantPoolCount>;
return v;
}
}