|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jp.go.nict.langrid.dao.DaoException
jp.go.nict.langrid.dao.FederationNotFoundException
public class FederationNotFoundException
指定された連携関係が見つからない場合に投げられる例外。
| コンストラクタの概要 | |
|---|---|
FederationNotFoundException(String sourceGridId,
String targetGridId)
コンストラクタ。 |
|
FederationNotFoundException(String sourceGridId,
String targetGridId,
Throwable cause)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
String |
getSourceGridId()
連携元グリッドIDを取得する。 |
String |
getTargetGridId()
連携先グリッド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 FederationNotFoundException(String sourceGridId,
String targetGridId)
sourceGridId - 連携元グリッドIDtargetGridId - 連携先グリッドID
public FederationNotFoundException(String sourceGridId,
String targetGridId,
Throwable cause)
sourceGridId - 連携元グリッドIDtargetGridId - 連携先グリッドIDcause - 原因となった例外| メソッドの詳細 |
|---|
public String getSourceGridId()
public String getTargetGridId()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||