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

TryCatchException.java

Go to the documentation of this file.
00001 package plp.orientadaObjetos1.excecao.comando;
00002 
00008 public class TryCatchException extends Exception {
00009     
00010     public TryCatchException(String mensagem) {
00011         super(mensagem);
00012     }
00013 }

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