ObservationNotFoundException

public class ObservationNotFoundException extends Exception

Thrown when a OpenMRSObservation is null while performing operations on it. E.g. in voiding an OpenMRSObservation, if observation is not found this exception is thrown.

Constructors

ObservationNotFoundException

public ObservationNotFoundException(String message)

ObservationNotFoundException

public ObservationNotFoundException(String message, Throwable cause)