Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > pMessage

pMessage

The pMessage parameter specifies the exception handler method to be invoked when an exception of a specified exception class is raised.

The exceptionHandler call that corresponds to the exception message must have the following syntax.

int exceptionHandler(DskBuffer *pReceiverBuffer,
                     DskParam  *pExceptionParam,
                     DskParam  *pResultParam)

This method is executed to handle the exception, by accessing the transient exception instance using the reference provided in the pExceptionParam parameter.