org.mvel2.asm
Class ClassTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
org.mvel2.asm.ClassTooLargeException
- All Implemented Interfaces:
- Serializable
public final class ClassTooLargeException
- extends IndexOutOfBoundsException
Exception thrown when the constant pool of a class produced by a ClassWriter is too
large.
- Author:
- Jason Zaugg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClassTooLargeException
public ClassTooLargeException(String className,
int constantPoolCount)
- Constructs a new
ClassTooLargeException.
- Parameters:
className - the internal name of the class.constantPoolCount - the number of constant pool items of the class.
getClassName
public String getClassName()
- Returns the internal name of the class.
- Returns:
- the internal name of the class.
getConstantPoolCount
public int getConstantPoolCount()
- Returns the number of constant pool items of the class.
- Returns:
- the number of constant pool items of the class.
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.