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
referring Module Name
The name of the module which contained the invalid module reference.
unresolved Module Name
The name of the module which could not be resolved.
resolver
The ModuleRootResolver that could have contained the module.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
The ModuleRootResolver that could have contained the module.