NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential

com.docomo_um.module
クラス DeviceException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.docomo_um.module.DeviceException

public class DeviceException
extends java.lang.Exception

内蔵デバイスの故障が原因で発生する例外クラスです。


コンストラクタの概要
DeviceException()
          例外の詳細メッセージを設定しないでインスタンスを生成します。
DeviceException(java.lang.String msg)
          例外の詳細メッセージを設定してインスタンスを生成します。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
getMessage, printStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait
 

コンストラクタの詳細

DeviceException

public DeviceException()
例外の詳細メッセージを設定しないでインスタンスを生成します。


DeviceException

public DeviceException(java.lang.String msg)
例外の詳細メッセージを設定してインスタンスを生成します。

パラメータ:
msg - 詳細メッセージを指定します。

Copyright © 2013 NTT DOCOMO, INC. and Hitachi Kokusai Electric Inc. All Rights Reserved.