[ROOT] --> C++Client

class PCREServiceError
    inherited from public PCREError

The PCREServiceError class encapsulates the errors that can happen when dealing with services.

Author:
Copyright (c) 2000 Dynalivery Corp., All Rights Reserved.

Version:
2.4.0

Source:
MobileApps\PCRE\CppClient\Include\serviceerror.h

Constructors Index

PCREServiceError
Construct a PCREServiceError object, with the given information.


Methods Index

Report
Report the error to the client and terminate.
Throw
Throw the error to the client.


Constructors

PCREServiceError

 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.

Parameters:
code The code describing the error.
text The text describing the error.
kind A string describing the kind of error that has occured.

Methods

Throw

 virtual void Throw ( ) ;

Throw the error to the client.

Parameters:
code The code describing the error.
text The text describing the error.
kind A string describing the kind of error that has occured.

Report

 virtual void Report ( ) ;

Report the error to the client and terminate.


Copyright (c) 2000 Dynalivery Corp.