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

public class InvalidMedicationTreatmentStateException extends RuntimeException
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 Details

    • InvalidMedicationTreatmentStateException

      public InvalidMedicationTreatmentStateException(String message)
      Constructor.
      Parameters:
      message - The detail message.