Package org.spf4j.grizzly
Class GrizzlyErrorPageGenerator
- java.lang.Object
-
- org.spf4j.grizzly.GrizzlyErrorPageGenerator
-
- All Implemented Interfaces:
org.glassfish.grizzly.http.server.ErrorPageGenerator
public final class GrizzlyErrorPageGenerator extends Object implements org.glassfish.grizzly.http.server.ErrorPageGenerator
- Author:
- Zoltan Farkas
-
-
Constructor Summary
Constructors Constructor Description GrizzlyErrorPageGenerator(org.apache.avro.SchemaResolver schemaClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgenerate(org.glassfish.grizzly.http.server.Request request, int status, String reasonPhrase, String description, Throwable exception)StringtoString()
-