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

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?