Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotDeleteObjectInUseException
An instance of this exception is thrown if a delete operation is attempted on an object that is
referenced by others, typically this should be thrown when deleting an existing object is
detrimental to the integrity of objects referencing it or any other existing associated data.
|
class |
CannotUpdateObjectInUseException
An instance of this exception is thrown if an update operation is attempted on an object that is
referenced by others, typically this should be thrown when altering an existing object is
detrimental to the integrity of objects referencing it or any other existing associated data.
|
class |
UnchangeableObjectException
An instance of this exception is thrown if an attempt is made to update an unchangeable object
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.