ServerExceptionHandler

A specialized handler which is used for situations in which you'd like to gracefully handle an exception that occurs during processing a request.

interface ServerExceptionHandler {}

Members

Functions

handle
void handle(HttpRequestContext ctx, Exception e)

Handles an HTTP request associated with an exception.