Class FallbackExceptionHandler
java.lang.Object
org.frankframework.console.exceptions.FallbackExceptionHandler
@RestControllerAdvice("org.frankframework.console")
public class FallbackExceptionHandler
extends Object
This ExceptionHandler catches all remaining
exceptions and formats them.
We only handle raw Exceptions that are thrown from our own packages.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.springframework.http.ResponseEntity<Object>
-
Constructor Details
-
FallbackExceptionHandler
public FallbackExceptionHandler()
-
-
Method Details
-
handleException
-