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 ErrorPageGeneratorrequest - Requeststatus - response statusreasonPhrase - response reason phrasedescription - extra description. Might be nullexception - Throwable, that caused the error. Might be nullCopyright © 2014 Oracle Corporation. All Rights Reserved.