- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MandatoryModuleException, OpenmrsCoreModuleException
public abstract class ModuleMustStartException
extends java.lang.RuntimeException
This is throw at OpenMRS startup when one or more modules that really need to start didn't start.
This can happen with "mandatory" modules that must start once they are installed for the first
time and for "openmrs core" required modules that are set as core by the OpenMRS code base and
every installation needs it.
- See Also:
Context.startup(java.util.Properties)
,
MandatoryModuleException
,
OpenmrsCoreModuleException
,
Serialized Form