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

VariavelJaDeclaradaException.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 VariavelJaDeclaradaException extends Exception{
00013     public VariavelJaDeclaradaException(Id id){
00014         super("Variavel " + id + " ja declarada.");
00015     }
00016 }

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