org.openmrs.module
Class ModuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.module.ModuleException
All Implemented Interfaces:
java.io.Serializable

public class ModuleException
extends java.lang.RuntimeException

Represents often fatal errors that occur within the module package

Version:
1.0
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ModuleException(java.lang.String message)
           
ModuleException(java.lang.String message, java.lang.String moduleName)
           
ModuleException(java.lang.String message, java.lang.String moduleName, java.lang.Throwable cause)
           
ModuleException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ModuleException

public ModuleException(java.lang.String message)

ModuleException

public ModuleException(java.lang.String message,
                       java.lang.Throwable cause)

ModuleException

public ModuleException(java.lang.String message,
                       java.lang.String moduleName)

ModuleException

public ModuleException(java.lang.String message,
                       java.lang.String moduleName,
                       java.lang.Throwable cause)

OpenMRS-1.7.x

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