org.openmrs.module
Class ModuleMustStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.module.ModuleMustStartException
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

Constructor 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

ModuleMustStartException

public ModuleMustStartException(java.lang.String msg)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change