void* exObject() const
This method is relevant to to both the ECI and EPI.
exObject returns a pointer to the object controlling any server interaction at the time of the exception. If there was no such object, a null pointer is returned.
CclFlow* pflo = (CclFlow*) ex.exObject();
CclTerminal* pTerm = (CclFlow*)ex.exObject();