ConstantPoolException
open class ConstantPoolException(message: String? = null, cause: Throwable? = null) : Exception(source)
A ConstantPoolException is thrown if an error occurs while handling the ConstantPool
Since
0.1.0
Parameters
message
The message of the exception
cause
The cause of the exception