All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cryptomorin.xseries.profiles.exceptions.InvalidProfileContainerException Maven / Gradle / Ivy

There is a newer version: 12.1.0
Show newest version
package com.cryptomorin.xseries.profiles.exceptions;

/**
 * When a provided item/block cannot contain skull textures.
 */
public final class InvalidProfileContainerException extends ProfileException {
    public InvalidProfileContainerException(String message) {
        super(message);
    }

    public InvalidProfileContainerException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy