diamond.errors.errorhandler

Copyright © DiamondMVC 2019

Members

Functions

handleUnhandledError
void handleUnhandledError(Throwable t)

Handles unhandled errors.

handleUnhandledException
void handleUnhandledException(Exception e)

Handles unhandled exceptions.

handleUserError
void handleUserError(Throwable t, HTTPServerRequest request, HTTPServerResponse response, HTTPServerErrorInfo error)

Handles user errors.

handleUserException
void handleUserException(Exception e, HTTPServerRequest request, HTTPServerResponse response, HTTPServerErrorInfo error)

Handles user exceptions.

Meta

Authors

Jacob Jensen (bausshf)