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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicMEDIA_CORRUPTEDInteger

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

publicMEDIA_INACCESSIBLEInteger

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

publicMEDIA_UNAVAILABLEInteger

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

publicMEDIA_UNSPECIFIEDInteger

Indicates that the media has not been specified

publicMEDIA_UNSUPPORTEDInteger

Indicates that this media is not supported by this platform

publicOPERATION_UNSUPPORTEDInteger

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

publicUNKNOWNInteger

Indicates an error has occurred for an unknown reason

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiccauseInteger

reason this error

publicmessageString

Contains more information about this error

Inherited Variables

Function Summary

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

Inherited Functions