Uses of Class
javafx.scene.media.MediaException
| Package | Description | 
|---|---|
| javafx.scene.media | Provides the set of classes for integrating audio and video into Java FX
Applications. | 
- 
Uses of MediaException in javafx.scene.mediaMethods in javafx.scene.media that return MediaException Modifier and Type Method Description MediaExceptionMedia. getError()Return any error encountered in the media.MediaExceptionMediaPlayer. getError()Retrieve the value of theerrorproperty ornullif there is no error.MediaExceptionMediaErrorEvent. getMediaError()Retrieve the error associated with this event.Methods in javafx.scene.media that return types with arguments of type MediaException Modifier and Type Method Description ReadOnlyObjectProperty<MediaException>Media. errorProperty()A property set to a MediaException value when an error occurs.ReadOnlyObjectProperty<MediaException>MediaPlayer. errorProperty()Observable property set to aMediaExceptionif an error occurs.