You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/07/20 16:33:14 UTC

[jira] Created: (PIVOT-175) Add application hook into unhandled exceptions

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


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.


[jira] Resolved: (PIVOT-175) Add application hook into unhandled exceptions

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-175.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.1)
                   1.3

> 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
>
>
> 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.


[jira] Updated: (PIVOT-175) Add application hook into unhandled exceptions

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ 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.