org.makumba
Class LogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.makumba.commons.WrappedException
              extended by org.makumba.LogicException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeNotFoundException, LogicNotFoundException, UnauthorizedException

public class LogicException
extends org.makumba.commons.WrappedException

An exception thrown during the execution of some business logic code

Version:
$Id: LogicException.java 5136 2010-05-18 18:22:33Z rosso_nero $
Author:
Cristian Bogdan, Manuel Gay
See Also:
Serialized Form

Constructor Summary
LogicException(String s)
           
LogicException(String s, boolean isControllerOriginated)
           
LogicException(Throwable t)
           
LogicException(Throwable t, boolean isControllerOriginated)
           
 
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

LogicException

public LogicException(Throwable t)

LogicException

public LogicException(String s)

LogicException

public LogicException(Throwable t,
                      boolean isControllerOriginated)

LogicException

public LogicException(String s,
                      boolean isControllerOriginated)