クラス FieldAccessException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.graphql.client.GraphQlClientException
org.springframework.graphql.client.FieldAccessException
- 実装済みのインターフェース一覧:
SerializableSE
- 導入:
- 1.0.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明FieldAccessException(ClientGraphQlRequest request, ClientGraphQlResponse response, ClientResponseField field) リクエストとレスポンス、およびアクセスされたフィールドを持つコンストラクター。方法の概要
クラス org.springframework.graphql.client.GraphQlClientException から継承されたメソッド
getRequestクラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
FieldAccessException
public FieldAccessException(ClientGraphQlRequest request, ClientGraphQlResponse response, ClientResponseField field) リクエストとレスポンス、およびアクセスされたフィールドを持つコンストラクター。- パラメーター:
request- クライアントのリクエストresponse- クライアントの反応field- エラーの原因となったアクセスされたフィールド
メソッドの詳細
getResponse
エラーが発生した [@code GraphQlResponse} を返します。getField
アクセスする必要があったフィールドを返します。