EntradaInvalidaException.java

Go to the documentation of this file.
00001 package plp.orientadaObjetos1.excecao.execucao;
00005 public class EntradaInvalidaException extends Exception {
00009     public EntradaInvalidaException() {
00010         super("A entrada fornecida não pode ser atribuída a um identificador desse tipo!");
00011     }
00012 
00017     public EntradaInvalidaException(String mensagem) {
00018         super(mensagem);
00019     }
00020 }

Generated on Tue Sep 12 21:52:07 2006 for PLP by  doxygen 1.4.7