Unresolved Module Exception
UnresolvedModuleException is a type of UnresolvedDependencyException that is specifically for the case that the compiler could not find a module it needed in order to resolve its dependency graph. It contains the list of locations checked by the compiler for that module, which is all of the acceptable locations for the missing module according to its dependent's location.
Author
Leslie Schultz
Richard Arriaga
Parameters
The name of the module which contained the invalid module reference.
The name of the module which could not be resolved.
The ModuleRootResolver that could have contained the module.
Properties
The module that contained an unresolved reference to another module.
The ModuleRootResolver that could have contained the module.
The name of the module that could not be resolved.