|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.co.sharp.android.io.irrc.IrRemoteControllerException
public class IrRemoteControllerException
赤外線リモートコントローラ機能の例外を定義する。
IrRemoteController
,
直列化された形式フィールドの概要 | |
---|---|
static int |
ABNORMAL_STATE
状態が不正であることを示す。 |
static int |
RACE_HAZARD
送信不可の条件下にあることを示す。 |
static int |
UNDEFINE_STATE
ステータスが未定義であることを示す。 |
static int |
USING_RESOURCE
既に赤外線通信中のため使用できないことを示す。 |
コンストラクタの概要 | |
---|---|
IrRemoteControllerException()
IrRemoteControllerExceptionを生成する。 |
|
IrRemoteControllerException(int error_status)
IrRemoteControllerExceptionを生成する。 |
|
IrRemoteControllerException(int error_status,
java.lang.String message)
IrRemoteControllerExceptionを生成する。 |
メソッドの概要 | |
---|---|
int |
getStatus()
例外の原因を示すステータス値を取得する。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final int UNDEFINE_STATE
public static final int ABNORMAL_STATE
public static final int USING_RESOURCE
public static final int RACE_HAZARD
コンストラクタの詳細 |
---|
public IrRemoteControllerException()
public IrRemoteControllerException(int error_status)
error_status
-
ステータス値。public IrRemoteControllerException(int error_status, java.lang.String message)
error_status
-
ステータス値。message
-
エラーメッセージ。メソッドの詳細 |
---|
public int getStatus()
USING_RESOURCE
,
ABNORMAL_STATE
,
RACE_HAZARD
,
UNDEFINE_STATE
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |