EntradaVaziaException.java

Go to the documentation of this file.
00001 package plp.imperative1.memory;
00002 
00003 public class EntradaVaziaException extends Exception {
00004 
00005   public EntradaVaziaException() {
00006     super("Entrada vazia.");
00007   }
00008   
00009 }

Generated on Tue Sep 12 21:52:05 2006 for PLP by  doxygen 1.4.7