Class VSCheckerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.r5.terminologies.validation.VSCheckerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionVSCheckerException
(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues) VSCheckerException
(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, boolean warning) VSCheckerException
(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, TerminologyServiceErrorClass type) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VSCheckerException
public VSCheckerException(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues) -
VSCheckerException
public VSCheckerException(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, boolean warning) -
VSCheckerException
public VSCheckerException(String message, List<OperationOutcome.OperationOutcomeIssueComponent> issues, TerminologyServiceErrorClass type)
-
-
Method Details
-
getIssues
-
isWarning
-
getType
-
setType
-