<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to print an error message? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324310#M11311</link>
    <description>&lt;P&gt;nothing is displayed.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2013 12:35:57 GMT</pubDate>
    <dc:creator>patco_</dc:creator>
    <dc:date>2013-06-24T12:35:57Z</dc:date>
    <item>
      <title>how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324306#M11307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;Tx&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 12:06:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324306#M11307</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-21T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324307#M11308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can throw a &lt;CODE&gt;RecoverableClientException&lt;/CODE&gt; from your own code.
The first &lt;CODE&gt;message&lt;/CODE&gt; param is the exception message, the second one, &lt;CODE&gt;localizedMessage&lt;/CODE&gt;, is the label that will be used to display an i18n error feedback message.&lt;/P&gt;
&lt;P&gt;This exception will be caught by the Seam layer to display an error feedback to the user.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 11:14:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324307#M11308</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2013-06-24T11:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324308#M11309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:08:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324308#M11309</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-24T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324309#M11310</link>
      <description>&lt;P&gt;Nothing is displayed or the not i18n label is displayed?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:13:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324309#M11310</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2013-06-24T12:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324310#M11311</link>
      <description>&lt;P&gt;nothing is displayed.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:35:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324310#M11311</guid>
      <dc:creator>patco_</dc:creator>
      <dc:date>2013-06-24T12:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324311#M11312</link>
      <description>&lt;P&gt;Could you show us your code (in a gist or pastebin or ...)?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 17:28:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324311#M11312</guid>
      <dc:creator>Thomas_Roger</dc:creator>
      <dc:date>2013-06-24T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to print an error message?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324312#M11313</link>
      <description>&lt;P&gt;Please [fill an issue][1] if you can provide a way to reproduce it (code sample, unit/integration or functional test, ...).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 00:29:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-print-an-error-message/m-p/324312#M11313</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2013-07-17T00:29:06Z</dc:date>
    </item>
  </channel>
</rss>

