Results 1 to 2 of 2

Thread: Handling exceptions in SPeL

  1. #1
    Join Date
    Feb 2010
    Posts
    3

    Default Handling exceptions in SPeL

    Hi,

    How should one handle exceptions which are thrown while making a method call in SpEL?

    For eg: <entry key="ccyCode" value="#{ T(com.jpmorgan.testing.regression.tests.TestUtil). getCurrencyIsoCode(CURRENCY_ID.getId())}" />
    where CURRENCY_ID is another bean
    and CURRENCY_ID.getId() throws an Exception,
    how should I be handling that exception?

    Thanks in advance for your inputs!

    Regards,
    Ashish Jha
    Last edited by jhaashish; Apr 27th, 2010 at 07:45 AM.

  2. #2
    Join Date
    Feb 2010
    Posts
    3

    Default Any idea folks?

    Any idea about this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •