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