Uses of Enum Class
javafx.scene.media.MediaException.Type
Packages that use MediaException.Type
Package
Description
Provides the set of classes for integrating audio and video into Java FX
Applications.
-
Uses of MediaException.Type in javafx.scene.media
Subclasses with type arguments of type MediaException.Type in javafx.scene.mediaModifier and TypeClassDescriptionstatic enumEnumeration describing categories of errors.Methods in javafx.scene.media that return MediaException.TypeModifier and TypeMethodDescriptionMediaException.getType()Retrieves the category into which this error falls.static MediaException.TypeReturns the enum constant of this class with the specified name.static MediaException.Type[]MediaException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.