Module java.base

Class InvalidModuleDescriptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.module.InvalidModuleDescriptorException
All Implemented Interfaces:
Serializable

public class InvalidModuleDescriptorException extends RuntimeException
Thrown when reading a module descriptor and the module descriptor is found to be malformed or otherwise cannot be interpreted as a module descriptor.
Since:
9
See Also:
  • Constructor Details

    • InvalidModuleDescriptorException

      public InvalidModuleDescriptorException()
      Constructs an InvalidModuleDescriptorException with no detail message.
    • InvalidModuleDescriptorException

      public InvalidModuleDescriptorException(String msg)
      Constructs an InvalidModuleDescriptorException with the specified detail message.
      Parameters:
      msg - The detail message; can be null