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