Class InvalidMedicationTreatmentStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projecthusky.fhir.emed.ch.common.error.InvalidMedicationTreatmentStateException
- All Implemented Interfaces:
Serializable
Exception thrown when encountering an Emed item that would put the medication treatment into an invalid state if
aggregated.
- Author:
- Quentin Ligier
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMedicationTreatmentStateException
Constructor.- Parameters:
message
- The detail message.
-