fr.paris.lutece.plugins.stock.commons.exception
Class FunctionnalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fr.paris.lutece.plugins.stock.commons.exception.FunctionnalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BusinessException, ValidationException

public class FunctionnalException
extends java.lang.RuntimeException

Exception for functionnal errors

Author:
abataille
See Also:
Serialized Form

Constructor Summary
FunctionnalException(java.lang.Object bean)
          Instantiates a new functionnal exception.
 
Method Summary
 java.lang.Object getBean()
           
 void setBean(java.lang.Object bean)
           
 
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

FunctionnalException

public FunctionnalException(java.lang.Object bean)
Instantiates a new functionnal exception.

Parameters:
bean - the bean
Method Detail

getBean

public java.lang.Object getBean()
Returns:
the bean

setBean

public void setBean(java.lang.Object bean)
Parameters:
bean - the bean to set


Copyright © 2012 Mairie de Paris. All Rights Reserved.