Unresolved Root Exception
UnresolvedRootException is a type of UnresolvedDependencyException that is specifically for the case that the compiler could not find one of the roots it expected to be present. This may be caused by:
The target module name referring to a root not present in
AVAIL_ROOTS, orThe compiler being unable to find a root accounted for in
AVAIL_ROOTSbecause it has disappeared from the file system
Author
Leslie Schultz
Parameters
referring Module Name
The name of the module whose dependency graph resolution triggered the failed root access.
unresolved Module Name
The name of the module which could not be resolved because of the failed root access.
unresolved Root Name
The name of the root which could not be resolved.
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