Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/03/2013, 08:30
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: No puedo capturar una excepción

Ya veo, entonces tal y como lo tenías en el método registrarJugador() esto también te debería funcionar

} catch(YaExisteUsuarioException ex){
throw ex;
} catch(Exception e){
e.printStackTrace();
}
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}