00001 00002 // 00003 // Fichero : excmensajenoconstruido 00004 // Autor : Javier Gomez Sanchez 00005 // Fecha creacion : 5 / 4 / 2001 00006 // 00007 // Descripcion : 00008 // 00009 // Notas 00010 // - 00012 00013 #ifndef __EXCMENSAJENOCONSTRUIDO_H__ 00014 #define __EXCMENSAJENOCONSTRUIDO_H__ 00015 00016 #include "jic/exc/excepcion.hpp" 00017 00018 EXCEPCION(ExcMensajeNoConstruido); 00019 00020 #endif