public final class ClassTooLargeException extends IndexOutOfBoundsExceptionSE
ClassWriter によって生成されたクラスの定数プールが大きすぎる場合にスローされる例外。| コンストラクターと説明 |
|---|
ClassTooLargeException(StringSE className, int constantPoolCount) 新しい ClassTooLargeException を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getClassName() クラスの内部名を返します。 |
int | getConstantPoolCount() クラスの定数プール項目の数を返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ClassTooLargeException(StringSE className, int constantPoolCount)
ClassTooLargeException を構築します。className - クラスの内部名。constantPoolCount - クラスの定数プール項目の数。public StringSE getClassName()
public int getConstantPoolCount()