Class ModuleConfigurationNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.cloudnetservice.driver.module.ModuleConfigurationNotFoundException
All Implemented Interfaces:
Serializable

public class ModuleConfigurationNotFoundException extends RuntimeException
Represents an exception thrown when the module configuration of a module cannot be found in the module file.
Since:
4.0
See Also:
  • Constructor Details

    • ModuleConfigurationNotFoundException

      public ModuleConfigurationNotFoundException(@NonNull @NonNull URL url)
      Creates a new instance of this class.
      Parameters:
      url - the url of the module which didn't contain a module.json file.