IncorrectItemTypeException

@ApiStatus.Internal
class IncorrectItemTypeException(message: String) : Exception

Thrown when the item supplied to an item builder is not of the correct type.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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