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 Details

    • FallbackExceptionHandler

      public FallbackExceptionHandler()
  • Method Details

    • handleException

      @ExceptionHandler(Exception.class) protected final org.springframework.http.ResponseEntity<Object> handleException(Exception ex)