Package org.bremersee.web
Class ErrorDetectors
- java.lang.Object
-
- org.bremersee.web.ErrorDetectors
-
public abstract class ErrorDetectors extends Object
A collection of error detectors.- Author:
- Christian Bremer
-
-
Field Detail
-
DEFAULT
public static final Predicate<org.springframework.http.HttpStatus> DEFAULT
Detects errors with an http status code 4xx or 5xx.
-
-