public void Alterar(Tema tema) { try { if (Validar(tema)) { temaDAO.Alterar(tema); } } catch (ExcecaoSAG ex) { throw new ExcecaoSAG(ex.getMsg()); } }