[ROOT] --> C++Client
The PCREServiceError class encapsulates the errors that can happen when dealing with services.
PCREServiceError
Report
Throw
PCREServiceError ( int code = 0 ,
const char * text = NULL ,
const char * kind = "PCRE Service error" ) : PCREError ( code ,
text ,
kind ) ;
Construct a PCREServiceError object, with the given information.
| code | The code describing the error. |
| text | The text describing the error. |
| kind | A string describing the kind of error that has occured. |
virtual void Throw ( ) ;
Throw the error to the client.
| code | The code describing the error. |
| text | The text describing the error. |
| kind | A string describing the kind of error that has occured. |
virtual void Report ( ) ;
Report the error to the client and terminate.