Class FHIRTermException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.linuxforhealth.fhir.term.exception.FHIRTermException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class FHIRTermException extends java.lang.RuntimeExceptionA runtime exception class intended to be thrown by theCodeSystemSupport,ConceptMapSupport, andValueSetSupportutility classes- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.util.List<OperationOutcome.Issue>issues 
- 
Constructor Summary
Constructors Constructor Description FHIRTermException(java.lang.String message, java.util.List<OperationOutcome.Issue> issues) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OperationOutcome.Issue>getIssues() 
 - 
 
- 
- 
Field Detail
- 
issues
protected final java.util.List<OperationOutcome.Issue> issues
 
 - 
 
- 
Constructor Detail
- 
FHIRTermException
public FHIRTermException(java.lang.String message, java.util.List<OperationOutcome.Issue> issues) 
 - 
 
- 
Method Detail
- 
getIssues
public java.util.List<OperationOutcome.Issue> getIssues()
 
 - 
 
 -