Overview
Package
Class
Deprecated
Index
Help
Groovy Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
B
BaseConverter
- Class in
org.devnull.error.web.message.impl
Base implementation which provides basic properties available from most requests.
C
CatchAllConverter
- Class in
org.devnull.error.web.message.impl
Fallback which supports all throwables
CLIENT_ERROR_CONFLICTING_OPERATION
- Field in
ErrorCodes
CLIENT_ERROR_INVALID_ENTITY
- Field in
ErrorCodes
CLIENT_ERROR_NOT_AUTHORIZED
- Field in
ErrorCodes
CLIENT_ERROR_NOT_FOUND
- Field in
ErrorCodes
ConflictingOperationConverter
- Class in
org.devnull.error.web.message.impl
ConflictingOperationException
- Class in
org.devnull.error
ConflictingOperationException
(String, Exception)
- Constructor in
ConflictingOperationException
ConstraintViolationConverter
- Class in
org.devnull.error.web.message.impl
Collects constraintViolation message list as messages
convert
(Object, HttpServletRequest)
- Method in
BaseConverter
convert
(Throwable, HttpServletRequest)
- Method in
DelegatingConverter
convert
(Object, HttpServletRequest)
- Method in
HttpErrorMessageConverter
D
DefaultErrorResolver
- Class in
org.devnull.error.web.resolver
Renders HttpErrorMessages as HTML to HTTP clients
DelegatingConverter
- Class in
org.devnull.error.web.message.impl
Chains HttpErrorMessageConverters.
DevNullException
- Class in
org.devnull.error
DevNullException
(String, Throwable)
- Constructor in
DevNullException
E
ErrorCodes
- Class in
org.devnull.error.web.message
F
findSupportedError
(Throwable, Class)
- Method in
DelegatingConverter
G
getAssignedType
(HttpErrorMessageConverter)
- Method in
DelegatingConverter
getStatusCode
()
- Method in
BaseConverter
Which http status code to use
H
HttpErrorMessage
- Class in
org.devnull.error.web.message
Used by ErrorResolvers as a container to pass error messages to HTTP clients.
HttpErrorMessageConverter
- Interface in
org.devnull.error.web.message
I
isClientError
()
- Method in
HttpErrorMessage
Determines if the error produces is a client or server related error @return
J
JsonErrorResolver
- Class in
org.devnull.error.web.resolver
Renders HttpErrorMessages as JSON to HTTP Clients
K
L
M
MediaTypeErrorResolver
- Class in
org.devnull.error.web.resolver
Delegates to the ErrorResolver configured for a given media type.
N
O
P
populate
(Object, HttpServletRequest, HttpErrorMessage)
- Method in
BaseConverter
Template method for populating fields specific to the error type
populate
(Throwable, HttpServletRequest, HttpErrorMessage)
- Method in
CatchAllConverter
populate
(ConflictingOperationException, HttpServletRequest, HttpErrorMessage)
- Method in
ConflictingOperationConverter
populate
(ConstraintViolationException, HttpServletRequest, HttpErrorMessage)
- Method in
ConstraintViolationConverter
populate
(ValidationException, HttpServletRequest, HttpErrorMessage)
- Method in
ValidationConverter
Q
R
resolveException
(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in
DefaultErrorResolver
Converts the exception to a HttpErrorMessage and passes it to the configured view in the model (errorMessage)
resolveException
(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in
JsonErrorResolver
resolveException
(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in
MediaTypeErrorResolver
resolveMessages
(List, HttpServletRequest)
- Method in
ValidationConverter
S
SERVER_ERROR_UNHANDLED
- Field in
ErrorCodes
T
U
V
ValidationConverter
- Class in
org.devnull.error.web.message.impl
Default implementation of HttpErrorMessageConverter which knows how to convert DevNullException instances as well as common Spring and javax.validation exceptions.
ValidationException
- Class in
org.devnull.error
ValidationException
(Errors, Exception)
- Constructor in
ValidationException
W
X
Y
Z
_
Groovy Documentation