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.
|
getModuleMeta
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ModuleRequirement theRequirement
public NoModuleResolutionCandidateException(ModuleRequirement req)
req
- the ModuleRequirement that could not be metpublic String getMessage()
getMessage
in class Throwable
Copyright © 2018. All rights reserved.