Package org.hl7.fhir.exceptions
Class FHIRFormatError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hl7.fhir.exceptions.FHIRException
-
- org.hl7.fhir.exceptions.FHIRFormatError
-
- All Implemented Interfaces:
Serializable
public class FHIRFormatError extends FHIRException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRFormatError()
FHIRFormatError(String message)
FHIRFormatError(String message, Throwable cause)
FHIRFormatError(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
-
FHIRFormatError
public FHIRFormatError()
-
FHIRFormatError
public FHIRFormatError(String message, Throwable cause)
-
FHIRFormatError
public FHIRFormatError(String message)
-
FHIRFormatError
public FHIRFormatError(Throwable cause)
-
-