public class ModuleResolutionCandidateNotUniqueException extends ModuleException
| Modifier and Type | Field and Description |
|---|---|
protected ModuleMeta[] |
theFoundMetas
The ModuleMetas that were found.
|
protected ModuleRequirement |
theRequirement
The ModuleRequirement that could not be met unambiguously.
|
theModuleMeta| Constructor and Description |
|---|
ModuleResolutionCandidateNotUniqueException(ModuleRequirement req,
ModuleMeta[] foundMetas)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message string of this Throwable.
|
getModuleMetaaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ModuleRequirement theRequirement
protected ModuleMeta[] theFoundMetas
public ModuleResolutionCandidateNotUniqueException(ModuleRequirement req, ModuleMeta[] foundMetas)
req - the ModuleRequirement that could not be metfoundMetas - the zero or more than one ModuleMetas foundpublic String getMessage()
getMessage in class ThrowableCopyright © 2018. All rights reserved.