06-21-2013 08:06 AM
Hi,
I'm working on a plugin for file import. When any problem occurs, it seems I have no mean to tell the user about it (apart from the log!)... or am I wrong? Is there a way to have a message printed to the user, for example when a ClientException is thrown?
Tx
Patrick
06-24-2013 07:14 AM
Hi,
You can throw a RecoverableClientException
from your own code.
The first message
param is the exception message, the second one, localizedMessage
, is the label that will be used to display an i18n error feedback message.
This exception will be caught by the Seam layer to display an error feedback to the user.
06-24-2013 07:14 AM
Hi,
You can throw a RecoverableClientException
from your own code.
The first message
param is the exception message, the second one, localizedMessage
, is the label that will be used to display an i18n error feedback message.
This exception will be caught by the Seam layer to display an error feedback to the user.
06-24-2013 08:08 AM
Hi,
06-24-2013 08:13 AM
Nothing is displayed or the not i18n label is displayed?
06-24-2013 08:35 AM
nothing is displayed.
06-24-2013 01:28 PM
Could you show us your code (in a gist or pastebin or ...)?
07-16-2013 08:29 PM
Please [fill an issue][1] if you can provide a way to reproduce it (code sample, unit/integration or functional test, ...).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.