Class FHIRParserException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.linuxforhealth.fhir.exception.FHIRException
 - 
- org.linuxforhealth.fhir.model.parser.exception.FHIRParserException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class FHIRParserException extends FHIRException
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringpath 
- 
Constructor Summary
Constructors Constructor Description FHIRParserException(java.lang.String message, java.lang.String path, java.lang.Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetPath()- 
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString 
 - 
 
 -