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