Uses of Package
com.github.crashdemons.playerheads.compatibility.exceptions
-
Packages that use com.github.crashdemons.playerheads.compatibility.exceptions Package Description com.github.crashdemons.playerheads.compatibility Package supplying cross-version compiling compatibility to the plugin.com.github.crashdemons.playerheads.compatibility.exceptions Exceptions thrown by the compatibility package -
Classes in com.github.crashdemons.playerheads.compatibility.exceptions used by com.github.crashdemons.playerheads.compatibility Class Description CompatibilityConflictException Exception indicating that there is a conflict between multiple compatibility-provider implementations.CompatibilityUnavailableException Exception indicating that an implementation providing compatibility for the current server couldn't be found or is otherwise unavailable.CompatibilityUnregisteredException Exception indicating that a compatibility-provider implementation isn't registered at a time when it is required.CompatibilityUnsupportedException Exception indicating a server version that is incompatible with the available implementations.UnknownVersionException Exception indicating a server version that could not be retrieved or understood. -
Classes in com.github.crashdemons.playerheads.compatibility.exceptions used by com.github.crashdemons.playerheads.compatibility.exceptions Class Description CompatibilityException Base for all compatibility exceptionsVersionException Base for all version exceptions