Uses of Class
com.github.crashdemons.playerheads.compatibility.exceptions.CompatibilityException
-
Packages that use CompatibilityException Package Description com.github.crashdemons.playerheads.compatibility.exceptions Exceptions thrown by the compatibility package -
-
Uses of CompatibilityException in com.github.crashdemons.playerheads.compatibility.exceptions
Subclasses of CompatibilityException in com.github.crashdemons.playerheads.compatibility.exceptions Modifier and Type Class Description class
CompatibilityConflictException
Exception indicating that there is a conflict between multiple compatibility-provider implementations.class
CompatibilityMisconfiguredException
Exception indicating that the Compatibility library project was misconfigured when it was built, not correctly finalizing support information.class
CompatibilityUnavailableException
Exception indicating that an implementation providing compatibility for the current server couldn't be found or is otherwise unavailable.class
CompatibilityUnregisteredException
Exception indicating that a compatibility-provider implementation isn't registered at a time when it is required.class
CompatibilityUnsupportedException
Exception indicating a server version that is incompatible with the available implementations.
-