public class DefaultErrorPageGenerator extends Object implements ErrorPageGenerator
ErrorPageGenerator
.Constructor and Description |
---|
DefaultErrorPageGenerator() |
public String generate(Request request, int status, String reasonPhrase, String description, Throwable exception)
generate
in interface ErrorPageGenerator
request
- Request
status
- response statusreasonPhrase
- response reason phrasedescription
- extra description. Might be nullexception
- Throwable
, that caused the error. Might be nullCopyright © 2015 Oracle Corporation. All Rights Reserved.