Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Contains error information

See Also:
MediaPlayer.onError

Profile: common

Script Variable Summary

access name type Can Read Can Init Can Write Default Value description
public MEDIA_CORRUPTED Integer

Indicates an error has occurred: the media appears to be invalid or corrupted

public MEDIA_INACCESSIBLE Integer

Indicates an error has occurred: although the media may exist, it is not accessible

public MEDIA_UNAVAILABLE Integer

Indicates an error has occurred: the media does not exist or is otherwise unavailable

public MEDIA_UNSPECIFIED Integer

Indicates that the media has not been specified

public MEDIA_UNSUPPORTED Integer

Indicates that this media is not supported by this platform

public OPERATION_UNSUPPORTED Integer

Indicates that an operation performed on the media is not supported by this platform

public UNKNOWN Integer

Indicates an error has occurred for an unknown reason

Variable Summary

access name type Can Read Can Init Can Write Default Value description
public cause Integer

reason this error

public message String

Contains more information about this error

Inherited Variables

Function Summary

public toString() : java.lang.String
Returns
String
 

Inherited Functions