Uses of Class
edu.uoc.tcfj2ee_gatd.model.comu.GATDExcepcio

Packages that use GATDExcepcio
edu.uoc.tcfj2ee_gatd.configuracio   
edu.uoc.tcfj2ee_gatd.controlador   
edu.uoc.tcfj2ee_gatd.model.atencio   
edu.uoc.tcfj2ee_gatd.model.comu   
edu.uoc.tcfj2ee_gatd.model.peticions   
edu.uoc.tcfj2ee_gatd.model.usuaris   
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.configuracio
 

Subclasses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.configuracio
 class GATDExcepcioConfig
          Excepció al gestionar la configuració.
 

Constructors in edu.uoc.tcfj2ee_gatd.configuracio with parameters of type GATDExcepcio
GATDExcepcioConfig(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.controlador
 

Methods in edu.uoc.tcfj2ee_gatd.controlador with parameters of type GATDExcepcio
protected  void EJBControlador.pintaError(GATDExcepcio e)
          Visualitza una excepció con un missatge d'error no associat a un component
protected  void EJBControlador.pintaError(GATDExcepcio e, java.lang.String compId)
          Visualitza una excepció con un missatge d'error associat a un component
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.atencio
 

Subclasses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.atencio
 class GATDExcepcioAtencio
          Excepció a l'atenció de les peticions.
 

Constructors in edu.uoc.tcfj2ee_gatd.model.atencio with parameters of type GATDExcepcio
GATDExcepcioAtencio(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.comu
 

Constructors in edu.uoc.tcfj2ee_gatd.model.comu with parameters of type GATDExcepcio
GATDExcepcio(GATDExcepcio gcause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.peticions
 

Subclasses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.peticions
 class GATDExcepcioPeticions
          Excepció a la gestió de les peticions.
 

Constructors in edu.uoc.tcfj2ee_gatd.model.peticions with parameters of type GATDExcepcio
GATDExcepcioPeticions(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
 

Uses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.usuaris
 

Subclasses of GATDExcepcio in edu.uoc.tcfj2ee_gatd.model.usuaris
 class GATDExcepcioUsuaris
          Excepció en la gestió d'usuaris.
 

Constructors in edu.uoc.tcfj2ee_gatd.model.usuaris with parameters of type GATDExcepcio
GATDExcepcioUsuaris(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.