Please make SwaggerValidationException public, so it can be caught

Issue #89 resolved
Former user created an issue

In package com.atlassian.oai.validator.restassured, a SwaggerValidationException breaks running tests (JUnit4), so that when a Validation error occurs, no further testing is carried out.

I'd like to catch this exception, which isn't really possible, because the class is defined inside SwaggerValidationFilter.java - effectively making it a private class?

Comments (2)

  1. Log in to comment