ConstantPoolOverflowException
open class ConstantPoolOverflowException(message: String? = null, cause: Throwable? = null) : ConstantPoolException(source)
A ConstantPoolOverflowException is thrown if the ConstantPool overflows
Since
0.1.0
Parameters
message
The message of the exception
cause
The cause of the exception