Class InvalidModuleDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.module.InvalidModuleDescriptorException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructorsConstructorDescriptionConstructs anInvalidModuleDescriptorExceptionwith no detail message.Constructs anInvalidModuleDescriptorExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidModuleDescriptorExceptionpublic InvalidModuleDescriptorException()Constructs anInvalidModuleDescriptorExceptionwith no detail message.
- 
InvalidModuleDescriptorExceptionConstructs anInvalidModuleDescriptorExceptionwith the specified detail message.- Parameters:
- msg- The detail message; can be- null
 
 
-