discord-jadx/app/src/main/java/org/objectweb/asm/ClassTooLargeException.java

15 lines
447 B
Java

package org.objectweb.asm;
import c.d.b.a.a;
public final class ClassTooLargeException extends IndexOutOfBoundsException {
private static final long serialVersionUID = 160715609518896765L;
private final String className;
private final int constantPoolCount;
public ClassTooLargeException(String str, int i) {
super(a.t("Class too large: ", str));
this.className = str;
this.constantPoolCount = i;
}
}