public class NoSuchModuleException extends ResourceDefinitionException
Constructor and Description |
---|
NoSuchModuleException(java.lang.String name)
Create a new exception.
|
NoSuchModuleException(java.lang.String name,
ModuleType type)
Create a new exception.
|
public NoSuchModuleException(java.lang.String name)
name
- the module name that was referenced, but could not be foundpublic NoSuchModuleException(java.lang.String name, ModuleType type)
name
- the module name that was referenced, but could not be found