org.openmrs.module
Class ModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
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)
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change