|
Pcre::exception Class Reference#include <pcre++.h>
Detailed DescriptionException wrapper class.All errors which may occur inside the Pcre class will throw an exception of this type("Pcre::exception"). You can catch such exceptions like this:
try { .. } catch(Pcre::exception &e) { cout << "Pcre++ error: " << e.what() << endl; }
Definition at line 141 of file pcre++.h. Constructor & Destructor Documentation
The documentation for this class was generated from the following file: Generated on Tue Jul 16 22:14:39 2002 for PCRE++ by 1.2.13.1 written by Dimitri van Heesch, © 1997-2001 |