org.openmrs.logic
Class LogicException

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

public class LogicException
extends java.lang.RuntimeException

Logic-specific exception

See Also:
Serialized Form

Constructor Summary
LogicException()
           
LogicException(java.lang.String message)
           
LogicException(java.lang.String message, java.lang.Throwable cause)
           
LogicException(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
 

Constructor Detail

LogicException

public LogicException()

LogicException

public LogicException(java.lang.String message)

LogicException

public LogicException(java.lang.Throwable cause)

LogicException

public LogicException(java.lang.String message,
                      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