public class ErrorPage extends ObjectSE
| コンストラクターと説明 |
|---|
ErrorPage(ClassSE<? extends ThrowableSE> exception, StringSE path) |
ErrorPage(org.springframework.http.HttpStatus status, StringSE path) |
ErrorPage(StringSE path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE obj) |
ClassSE<? extends ThrowableSE> | getException() 例外型(またはステータスで一致するページの場合は null)を返します。 |
StringSE | getExceptionName() 例外型名。 |
StringSE | getPath() "/" で始まるレンダリングパス(通常はフォワードとして実装)。 |
org.springframework.http.HttpStatus | getStatus() このエラーページが一致する HTTP ステータス値(または例外によって一致するページの場合は null)。 |
int | getStatusCode() このエラーページが一致する HTTP ステータス値。 |
int | hashCode() |
boolean | isGlobal() このエラーページがグローバルページである場合に返されます(一致しないすべてのステータスおよび例外型に一致します)。 |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ErrorPage(StringSE path)
public ErrorPage(org.springframework.http.HttpStatus status,
StringSE path)public ErrorPage(ClassSE<? extends ThrowableSE> exception, StringSE path)
public StringSE getPath()
public ClassSE<? extends ThrowableSE> getException()
null)を返します。nullpublic org.springframework.http.HttpStatus getStatus()
null)。nullpublic int getStatusCode()
public StringSE getExceptionName()
null )public boolean isGlobal()
public int hashCode()
ObjectSE の hashCodeSE Copyright © 2019 Pivotal Software, Inc.. All rights reserved.