ConstantPoolTypeException
open class ConstantPoolTypeException(message: String? = null, cause: Throwable? = null) : ConstantPoolException(source)
A ConstantPoolTypeException is thrown if the ConstantPool contains a wrong type
Since
0.1.0
Parameters
message
The message of the exception
cause
The cause of the exception