00001 /* 00002 Posadis - A DNS Server 00003 Exception class 00004 Copyright (C) 2002 Meilof Veeningen <> 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2 of the License, or 00009 (at your option) any later version. 00010 00011 This program is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 GNU General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with this program; if not, write to the Free Software 00018 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00019 */ 00020 00021 #ifndef __POSLIB_EXCEPTION_H 00022 #define __POSLIB_EXCEPTION_H 00023 00040classPException { 00041 public: 00047 PException(); 00054 PException(constPException& p); 00062 PException(char *_message); 00081 PException(char *_message, PException &p); 00097 PException(bool formatted, char *_message, ...); 00103 ~PException(); 00111 PException& operator=(constPException& p); 00118char *message; 00119 }; 00120 00121 #endif/* __POSLIB_EXCEPTION_H */
Generated on Fri Dec 24 19:55:14 2004 for Poslib by 1.3.7