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 classCompatibilityConflictExceptionException indicating that there is a conflict between multiple compatibility-provider implementations.classCompatibilityMisconfiguredExceptionException indicating that the Compatibility library project was misconfigured when it was built, not correctly finalizing support information.classCompatibilityUnavailableExceptionException indicating that an implementation providing compatibility for the current server couldn't be found or is otherwise unavailable.classCompatibilityUnregisteredExceptionException indicating that a compatibility-provider implementation isn't registered at a time when it is required.classCompatibilityUnsupportedExceptionException indicating a server version that is incompatible with the available implementations.
-