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

ProcedimentoJaDeclaradoException.java

Go to the documentation of this file.
00001 package plp.orientadaObjetos1.excecao.declaracao;
00002 
00003 import plp.orientadaObjetos1.expressao.leftExpression.Id;
00008 public class ProcedimentoJaDeclaradoException extends Exception {
00013       public ProcedimentoJaDeclaradoException(Id id) {
00014         super("Procedimento " + id + " já declarado.");
00015       }
00016 }

Generated on Mon Aug 8 20:20:46 2005 for Linguagem OO1 - Generics by  doxygen 1.4.4