Main Page Compound List File List Compound Members File Members
Pcre::exception Class Reference
#include <pcre++.h>
List of all members.
Detailed Description
Exception 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 138 of file pcre++.h.
Constructor & Destructor Documentation
Pcre::exception::exception |
( |
const string & |
msg |
) |
[inline] |
|
Pcre::exception::exception |
( |
int |
num |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated on Sun Jan 6 16:23:44 2002 for PCRE++ by
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001