public class ProposingConceptException extends APIException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ProposingConceptException(Concept concept,
String valueName)
Default constructor that takes in the required parameters
|
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept() |
String |
getValueName() |
void |
setConcept(Concept concept) |
void |
setValueName(String valueName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public Concept getConcept()
public void setConcept(Concept concept)
concept
- the concept to setpublic String getValueName()
public void setValueName(String valueName)
valueName
- the valueName to setCopyright © 2024 OpenMRS Inc.. All rights reserved.