[
https://issues.apache.org/jira/browse/PIVOT-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Brown updated PIVOT-175:
-----------------------------
Fix Version/s: (was: 1.3)
1.3.1
The interface will be defined as follows:
public interface UncaughtExceptionHandler {
public void uncaughtExceptionThrown(Exception exception);
}
However, this is deferred to 1.3.1 since it will require some design changes to
ApplicationContext and its subclasses that are too risky to make right now.
> Add application hook into unhandled exceptions
> ----------------------------------------------
>
> Key: PIVOT-175
> URL: https://issues.apache.org/jira/browse/PIVOT-175
> Project: Pivot
> Issue Type: New Feature
> Components: wtk
> Reporter: Todd Volkert
> Assignee: Greg Brown
> Priority: Minor
> Fix For: 1.3.1
>
>
> Add an "add-on" interface to Application (like Application.About) that gives
> applications a hook into unhandled exceptions that have bubbled up to the
> event dispatch layer. This will enabled applications to handle generic
> exceptions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.