julio 2017-02-17 17:58:07 +00:00
parent 2610b25071
commit a732b9101d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class RutaServiceImpl implements RutaService {
cve = arraySplit[0]; cve = arraySplit[0];
descparada = arraySplit[1]; descparada = arraySplit[1];
} catch (Exception e) { } catch (Exception e) {
throw new BusinessException(""); throw new BusinessException("editarCatalogoDeRutaController.actionCanbiarParada.businessException");
} }
if (cve == null || descparada == null) if (cve == null || descparada == null)