クラスの使用
com.lmt.lib.bms.BmsException
-
BmsExceptionを使用しているパッケージ パッケージ 説明 com.lmt.lib.bms BMSライブラリの中核となるAPIが定義されています。 -
-
com.lmt.lib.bmsでのBmsExceptionの使用
com.lmt.lib.bmsでのBmsExceptionのサブクラス 修飾子とタイプ クラス 説明 class
BmsCompatException
BMSコンテンツの入出力処理においてデータ互換性に関する問題が発生したことを表す例外です。class
BmsHandleException
ユーザープログラムの処理異常を検出したことを表す例外です。class
BmsLoadException
ユーザープログラムの判断によりBMSの読み込みがエラーにより中止されたことを表す例外です。class
BmsPanicException
BMSライブラリの内部処理異常による処理の強制停止が発生したことを表す例外です。BmsExceptionをスローするcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 protected abstract BmsErrorParsed
BmsLoader. beginParse(BmsLoaderSettings settings, BmsSource source)
BMSの解析処理開始を通知します。BmsContent
BmsLoader. load(byte[] bms)
BMSコンテンツを読み込みます。BmsContent
BmsLoader. load(String bms)
BMSコンテンツを読み込みます。protected abstract BmsParsed
BmsLoader. nextElement()
BMSの解析によって得られたBMSコンテンツの要素を1件返します。
-