Package com.ibm.fhir.term.exception
Class FHIRTermException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.term.exception.FHIRTermException
-
- All Implemented Interfaces:
Serializable
public class FHIRTermException extends RuntimeException
A runtime exception class intended to be thrown by theCodeSystemSupport
,ConceptMapSupport
, andValueSetSupport
utility classes- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<OperationOutcome.Issue>
issues
-
Constructor Summary
Constructors Constructor Description FHIRTermException(String message, List<OperationOutcome.Issue> issues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OperationOutcome.Issue>
getIssues()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
issues
protected final List<OperationOutcome.Issue> issues
-
-
Constructor Detail
-
FHIRTermException
public FHIRTermException(String message, List<OperationOutcome.Issue> issues)
-
-
Method Detail
-
getIssues
public List<OperationOutcome.Issue> getIssues()
-
-