Class 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 Detail

      • GrizzlyErrorPageGenerator

        public GrizzlyErrorPageGenerator​(org.apache.avro.SchemaResolver schemaClient)
    • Method Detail

      • generate

        public String generate​(org.glassfish.grizzly.http.server.Request request,
                               int status,
                               String reasonPhrase,
                               String description,
                               Throwable exception)
        Specified by:
        generate in interface org.glassfish.grizzly.http.server.ErrorPageGenerator