Spring Boot - Exception Handling
If a Spring Boot controller method throws an
IllegalArgumentException but no @ExceptionHandler is defined for it, what will happen?