/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package socius.excecoes; /** * * @author Lucas Dillmann <lucas [at] dillmann.com.br> */ public interface ExcecaoSistema { public void exibeMensagem(); }