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

cn.nukkit.plugin.LibraryLoadException Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.plugin;

/**
 * @since 15-12-13
 */
public class LibraryLoadException extends RuntimeException {

    public LibraryLoadException(Library library) {
        super("Load library " + library.getArtifactId() + " failed!");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy