org.makumba
Class LogicNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.makumba.commons.WrappedException
              extended by org.makumba.LogicException
                  extended by org.makumba.LogicNotFoundException
All Implemented Interfaces:
Serializable

public class LogicNotFoundException
extends LogicException

Version:
$Id: LogicNotFoundException.java 1452 2007-08-28 10:48:06Z manuel_gay $
Author:
Cristian Bogdan, Manuel Gay
See Also:
Serialized Form

Constructor Summary
LogicNotFoundException()
           
LogicNotFoundException(String s)
           
 
Method Summary
 
Methods inherited from class org.makumba.commons.WrappedException
getReason, isControllerOriginated, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicNotFoundException

public LogicNotFoundException()

LogicNotFoundException

public LogicNotFoundException(String s)