Skip to Content
0
Former Member
Jul 02, 2009 at 03:34 PM

Where can I view exceptions thrown at runtime?

69 Views

Hi All,

(EP 7.0.18)

I am invoking an Adaptive Web Service model.

on doing this : modelObject().execute(); its falling into the catch statement. In my catch statement I have the following lines

wdComponentAPI.getMessageManager().reportException("Error: " +e.getMessage(), true);
wdComponentAPI.getMessageManager().reportException("Error: " +e.getCause(), true);

Where can I view these messages?

Regards

M