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.
|
getModuleMeta
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected 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 Throwable
Copyright © 2018. All rights reserved.