#include <pcre++.h>
Public Member Functions | |
exception (const std::string &msg) | |
exception (int num) |
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 158 of file pcre++.h.
|
|
|
|