- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javafx.scene.media.MediaException
-
- All Implemented Interfaces:
-
Serializable
public final class MediaException extends RuntimeException
甲MediaException
描述了在运行时错误条件Media
,MediaPlayer
或MediaView
。- 从以下版本开始:
- JavaFX 2.0
- 另请参见:
-
Media.onErrorProperty()
,MediaView.onErrorProperty()
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 描述 static class
MediaException.Type
描述错误类别的枚举。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 MediaException.Type
getType()
检索此错误所在的类别。String
toString()
返回此MediaException
对象的字符串表示形式。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
方法详细信息
-
getType
public MediaException.Type getType()
检索此错误所在的类别。- 结果
- 这种错误的类型
-
-