Main Page Namespace List 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 139 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 Feb 23 17:57:14 2003 for PCRE++ by
1.3-rc3