Package org.hl7.fhir.exceptions
Class FHIRException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hl7.fhir.exceptions.FHIRException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefinitionException,FHIRFormatError,JsonException,NoTerminologyServiceException,PathEngineException,TerminologyServiceException,UcumException
public class FHIRException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRException()FHIRException(String message)FHIRException(String message, Throwable cause)FHIRException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FHIRException
public FHIRException()
-
FHIRException
public FHIRException(String message, Throwable cause)
-
FHIRException
public FHIRException(String message)
-
FHIRException
public FHIRException(Throwable cause)
-
-