public static class AsyncMedia.MediaErrorEvent
- Object
- ActionEvent
- AsyncMedia.MediaErrorEvent
Encapsulates a media error event.
Constructors
public MediaErrorEvent(Media source, AsyncMedia.MediaException error) | Creates a new error event with the given exception. |
Methods
public AsyncMedia.MediaException getMediaException() | Gets the exception associated with this event. |
Inherited nested types
Inherited methods
Constructor details
MediaErrorEvent
public MediaErrorEvent(Media source, AsyncMedia.MediaException error)Creates a new error event with the given exception.
Method details
getMediaException
public AsyncMedia.MediaException getMediaException()Gets the exception associated with this event.