[API REVIEW] RT-17645: Make Image class support exceptions for both asynchronous and synchronous loading
Richard Bair
richard.bair at oracle.com
Mon Apr 29 11:09:41 PDT 2013
Looks good!
On Apr 24, 2013, at 4:40 AM, LUBOMIR NERAD <lubomir.nerad at oracle.com> wrote:
> Hi All,
>
> the RT-17645 was already discussed several times in the context of image loader API. The decision after internal discussions was not to add image loader API yet and to address the RT-17645 by simply adding an exception property to the Image class.
>
> So the proposed API is:
>
> public final Exception getException();
> public final ReadOnlyObjectProperty<Exception> exceptionProperty();
>
> Link to the Jira issue:
>
> https://javafx-jira.kenai.com/browse/RT-17645
>
> Thanks,
> Lubo
>
More information about the openjfx-dev
mailing list