public final class MediaException extends RuntimeException
MediaExceptionは、Media、MediaPlayerまたはMediaViewの実行時エラー条件を記述します。Media.onErrorProperty()、MediaView.onErrorProperty()、「直列化された形式」| 修飾子と型 | クラスと説明 |
|---|---|
static class |
MediaException.Type
エラーのカテゴリを記述した列挙。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
MediaException.Type |
getType()
このエラーが属するカテゴリを取得します。
|
String |
toString()
この
MediaExceptionオブジェクトの文字列表現を返します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MediaException.Type getType()
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.