Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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 Mon Aug 8 20:20:46 2005 for Linguagem OO1 - Generics by  doxygen 1.4.4