Discuss advanced features of exception handling
-----------------------------------------------
Key: DELTASPIKE-134
URL: https://issues.apache.org/jira/browse/DELTASPIKE-134
Project: DeltaSpike
Issue Type: Sub-task
Components: ExceptionHandler-Module
Reporter: Jason Porter
Assignee: Gerhard Petracek
Seam Catch has two advanced features: modifying the exception stack / chain and
modifying the stack trace for output.
The modification of the exception stack is to allow users to map exceptions to
other exceptions that may be easier to digest or more appropriate for their
application.
Modification of the stack trace is meant for printing the stack trace. There
are times where internal JDK methods other elements in the stack are simply
extra noise such as calls to reflection methods.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira