|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception jp.go.nict.langrid.dao.DaoException jp.go.nict.langrid.dao.ResourceNotFoundException
public class ResourceNotFoundException
指定された言語資源が見つからない場合に投げられる例外。
コンストラクタの概要 | |
---|---|
ResourceNotFoundException(String resourceGridId,
String resourceId)
コンストラクタ。 |
|
ResourceNotFoundException(String resourceGridId,
String resourceId,
Throwable cause)
コンストラクタ。 |
メソッドの概要 | |
---|---|
String |
getResourceGridId()
言語資源のグリッドIDを取得する。 |
String |
getResourceId()
言語資源IDを取得する。 |
クラス 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 ResourceNotFoundException(String resourceGridId, String resourceId)
resourceGridId
- 言語資源のグリッドIDresourceId
- 見つからなかった言語資源のIDpublic ResourceNotFoundException(String resourceGridId, String resourceId, Throwable cause)
resourceGridId
- 言語資源のグリッドIDresourceId
- 見つからなかった言語資源のIDcause
- 原因となった例外メソッドの詳細 |
---|
public String getResourceGridId()
public String getResourceId()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |