public class NoModuleResolutionCandidateException extends ModuleException
| Modifier and Type | Field and Description |
|---|---|
protected ModuleRequirement |
theRequirement
The ModuleRequirement that could not be met unambiguously.
|
theModuleMeta| Constructor and Description |
|---|
NoModuleResolutionCandidateException(ModuleRequirement req)
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
public NoModuleResolutionCandidateException(ModuleRequirement req)
req - the ModuleRequirement that could not be metpublic String getMessage()
getMessage in class ThrowableCopyright © 2018. All rights reserved.