クラス ServerErrorException
- 実装されたすべてのインターフェース:
SerializableSE
,ErrorResponse
失敗したコントローラーメソッド、または解決できなかったコントローラーメソッド引数に関する追加情報を公開する
HttpStatus.INTERNAL_SERVER_ERROR
の例外。- 導入:
- 5.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
ネストされたクラスのサマリー
インターフェース org.springframework.web.ErrorResponse から継承されたネストクラス / インターフェース
ErrorResponse.Builder, ErrorResponse.Interceptor
コンストラクターのサマリー
コンストラクター説明ServerErrorException
(StringSE reason, MethodSE handlerMethod, ThrowableSE cause) ハンドラーMethod
SE とオプションの原因を持つ 500 エラーのコンストラクター。ServerErrorException
(StringSE reason, ThrowableSE cause) 理由とオプションの原因を持つ 500 エラーのコンストラクター。ServerErrorException
(StringSE reason, MethodParameter parameter, ThrowableSE cause) MethodParameter
とオプションの原因による 500 エラーのコンストラクター。メソッドのサマリー
修飾子と型メソッド説明エラーに関連付けられているハンドラーメソッドがあれば、それを返します。エラーに関連付けられている特定のメソッドパラメーターがあれば、それを返します。クラス org.springframework.web.server.ResponseStatusException から継承されたメソッド
getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
クラス org.springframework.web.ErrorResponseException から継承されたメソッド
getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE
インターフェース org.springframework.web.ErrorResponse から継承されたメソッド
getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
コンストラクターの詳細
ServerErrorException
理由とオプションの原因を持つ 500 エラーのコンストラクター。- 導入:
- 5.0.5
ServerErrorException
ハンドラーMethod
SE とオプションの原因を持つ 500 エラーのコンストラクター。- 導入:
- 5.0.5
ServerErrorException
public ServerErrorException(StringSE reason, MethodParameter parameter, @Nullable ThrowableSE cause) MethodParameter
とオプションの原因による 500 エラーのコンストラクター。
メソッドの詳細
getHandlerMethod
エラーに関連付けられているハンドラーメソッドがあれば、それを返します。- 導入:
- 5.0.5
getMethodParameter
エラーに関連付けられている特定のメソッドパラメーターがあれば、それを返します。