|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.openmrs.module.ModuleMustStartException
public abstract class ModuleMustStartException
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.
Context.startup(java.util.Properties)
,
MandatoryModuleException
,
OpenmrsCoreModuleException
,
Serialized FormConstructor Summary | |
---|---|
ModuleMustStartException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModuleMustStartException(java.lang.String msg)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |