ProcedimentoJaDeclaradoException.java

Go to the documentation of this file.
00001 package plp.imperative2.memory;
00002 
00003 import plp.expressions2.expression.Id;
00004 import plp.expressions2.memory.IdentificadorJaDeclaradoException;
00005 
00006 public class ProcedimentoJaDeclaradoException extends IdentificadorJaDeclaradoException {
00007 
00008   public ProcedimentoJaDeclaradoException(Id id) {
00009     super("Procedimento " + id + " já declarado.");
00010   }
00011   
00012 }

Generated on Wed Jul 19 19:07:51 2006 for PLP by  doxygen 1.4.7