Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.exception
Classe BusinessException
java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              acube.framework.exception.BusinessException
Interfaces à implémenter:
Serializable

public class BusinessException
hérite de RuntimeException
Projet fwacubej2ee.
Author:
EDS

Sommaire des Attributs
private ArrayList
argsList
args the args tableau des arguments
private String
code
code the code de l'exception
private static final long
serialVersionUID
serialVersionUID the serialVersionUID
Sommaire des Constructeurs
BusinessException(String code)
BusinessException
BusinessException(String code, String[] args)
BusinessException(String code, String[] args, Throwable ex)
BusinessException(String code, Throwable ex)
BusinessException
BusinessException(String code, ArrayList argsList)
BusinessException(String code, ArrayList argsList, Throwable ex)
Sommaire des Méthodes
String[]
getArgs()
Getter of the args
ArrayList
getArgsList()
Getter of the argsList
String
getCode()
Getter of the code
void
setArgs(String[] args)
Setter of the args
void
setArgsList(ArrayList argsList)
Setter of the argsList
void
setCode(String code)
Setter of the code
Méthodes héritées de la classe java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID
serialVersionUID the serialVersionUID

code
private String code
code the code de l'exception

argsList
private ArrayList argsList
args the args tableau des arguments
Détail des Constructeurs
BusinessException
public BusinessException(String code)
BusinessException

BusinessException
public BusinessException(String code,
                         String[] args)

BusinessException
public BusinessException(String code,
                         ArrayList argsList)

BusinessException
public BusinessException(String code,
                         Throwable ex)
BusinessException

BusinessException
public BusinessException(String code,
                         String[] args,
                         Throwable ex)

BusinessException
public BusinessException(String code,
                         ArrayList argsList,
                         Throwable ex)
Détail des méthodes
getCode
public String getCode()
Getter of the code
Retours:
Returns the code.

setCode
public void setCode(String code)
Setter of the code
Paramètres:
code - The code to set.

getArgs
public String[] getArgs()
Getter of the args
Retours:
Returns the args.

setArgs
public void setArgs(String[] args)
Setter of the args
Paramètres:
args - The args to set.

getArgsList
public ArrayList getArgsList()
Getter of the argsList
Retours:
Returns the argsList.

setArgsList
public void setArgsList(ArrayList argsList)
Setter of the argsList
Paramètres:
argsList - The argsList to set.

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex