Package | Description |
---|---|
io.jooby |
Modifier and Type | Method and Description |
---|---|
static DefaultErrorHandler |
ErrorHandler.create()
Creates a default error handler.
|
DefaultErrorHandler |
DefaultErrorHandler.mute(Class<? extends Exception>... exceptionTypes)
Generate a log.debug call if any of the exception types occurs.
|
DefaultErrorHandler |
DefaultErrorHandler.mute(StatusCode... statusCodes)
Generate a log.debug call if any of the status code error occurs as exception.
|
Copyright © 2020. All rights reserved.