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

Inheritors

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?