[basics] Chain magma exceptions 
--------------------------------

                 Key: LABS-315
                 URL: https://issues.apache.org/jira/browse/LABS-315
             Project: Labs
          Issue Type: Improvement
          Components: Magma
    Affects Versions: Current
            Reporter: Simone Gianni
            Assignee: Simone Gianni
            Priority: Minor
             Fix For: Next


In many places in the code, any exception is catched and rethrowed wrapped in a 
MagmaException. This is okay, unless the the catched exception is itself a 
MagmaException. In this case, the new message should be appended to the 
existing exception and that one propagated, otherwise stack traces are a mess.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to