Ver Mensaje Individual
  #10 (permalink)  
Antiguo 11/02/2007, 06:10
yeyocp
 
Fecha de Ingreso: octubre-2006
Mensajes: 50
Antigüedad: 18 años, 2 meses
Puntos: 0
Re: problema al mostrar errores

if(vehiculo.getMarca()!=null && "".equals(vehiculo.getMarca().trim()))
{
---------> throw new VehiculoException("error.missing.marca");
}