Skip to content
Advertisement

Tag: raygun

How to catch non-MVC and non-REST exceptions in Spring Boot

I’ve been able to find endless amounts of tutorials on how to catch unhandled exceptions in Spring MVC or Spring REST, but what I want to know is how to catch unhandled exceptions without using the Spring Web framework at all. I am writing an application which does not have a web component, and I am not going to import

Advertisement