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 © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.