Class CompatibilityUnregisteredException

  • All Implemented Interfaces:
    Serializable

    public class CompatibilityUnregisteredException
    extends CompatibilityException
    Exception indicating that a compatibility-provider implementation isn't registered at a time when it is required. This occurs if you sttempt to use an implementation-specific compatibility method such as getProvider() without a provider/implementation having been made available by Compatibility.init() or registerProvider()
    Author:
    crashdemons (crashenator at gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • CompatibilityUnregisteredException

        public CompatibilityUnregisteredException​(String s,
                                                  Exception e)
        Constructor for unregistered-compatibility exceptions
        Parameters:
        s - the string message for the exception
        e - the exception cause
      • CompatibilityUnregisteredException

        public CompatibilityUnregisteredException​(String s)
        Constructor for unregistered-compatibility exceptions
        Parameters:
        s - the string message for the exception