IdentificadorNaoDeclaradoException.java

Go to the documentation of this file.
00001 package plp.expressions2.memory;
00002 
00003 public class IdentificadorNaoDeclaradoException extends Exception {
00004 
00008         private static final long serialVersionUID = 1L;
00009 
00010         public IdentificadorNaoDeclaradoException(String msg){
00011                 super(msg);
00012         }
00013         
00014         public IdentificadorNaoDeclaradoException(){
00015                 super();
00016         }
00017 }
00018 

Generated on Tue Sep 12 21:36:02 2006 for PLP by  doxygen 1.4.7