Class CompatibilityMisconfiguredException

  • All Implemented Interfaces:
    Serializable

    public class CompatibilityMisconfiguredException
    extends CompatibilityException
    Exception indicating that the Compatibility library project was misconfigured when it was built, not correctly finalizing support information. This generally means that support providers (CompatibilityProvider implementations) were not indicated to have been added.
    Author:
    crashdemons (crashenator at gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • CompatibilityMisconfiguredException

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

        public CompatibilityMisconfiguredException​(String s)
        Constructor for misconfiguration exceptions
        Parameters:
        s - the string message for the exception