Class FHIRTermServiceException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.ibm.fhir.term.service.exception.FHIRTermServiceException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class FHIRTermServiceException extends RuntimeException
A runtime exception class intended to be thrown by theFHIRTermServicesingleton andFHIRTermServiceProviderimplementations- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected List<OperationOutcome.Issue>issues 
- 
Constructor Summary
Constructors Constructor Description FHIRTermServiceException(String message, Throwable cause, List<OperationOutcome.Issue> issues)FHIRTermServiceException(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
- 
FHIRTermServiceException
public FHIRTermServiceException(String message, List<OperationOutcome.Issue> issues)
 
- 
FHIRTermServiceException
public FHIRTermServiceException(String message, Throwable cause, List<OperationOutcome.Issue> issues)
 
 - 
 
- 
Method Detail
- 
getIssues
public List<OperationOutcome.Issue> getIssues()
 
 - 
 
 -