Java org.springframework.boot.web.server ErrorPage fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.web.server ErrorPage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.web.server ErrorPage.

The text is from its open source code.

Constructor

Method

ClassgetException()
Returns the exception type (or null for a page that matches by status).
StringgetPath()
The path to render (usually implemented as a forward), starting with "/".
HttpStatusgetStatus()
The HTTP status value that this error page matches (or null for a page that matches by exception).
booleanisGlobal()
Return if this error page is a global one (matches all unmatched status and exception types).