vertx / io.vertx.rxjava.ext.web.handler / ErrorHandler

ErrorHandler

open class ErrorHandler : Handler<RoutingContext>

A pretty error handler for rendering error pages. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.ErrorHandler non RX-ified interface using Vert.x codegen.

Constructors

<init>

ErrorHandler(delegate: ErrorHandler)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<ErrorHandler>

Functions

create

open static fun create(): ErrorHandler

Create an error handler using defaults

open static fun create(errorTemplateName: String, displayExceptionDetails: Boolean): ErrorHandler
open static fun create(displayExceptionDetails: Boolean): ErrorHandler
open static fun create(errorTemplateName: String): ErrorHandler

Create an error handler

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): ErrorHandler

handle

open fun handle(arg0: RoutingContext): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: ErrorHandler): ErrorHandler

toString

open fun toString(): String