Package io.undertow.servlet.api
Class ErrorPage
- java.lang.Object
-
- io.undertow.servlet.api.ErrorPage
-
public class ErrorPage extends Object
A servlet error page mapping- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetErrorCode()Class<? extends Throwable>getExceptionType()StringgetLocation()
-