public class OpenApiReaderException extends OpenApiException
| Constructor and Description |
|---|
OpenApiReaderException(URL location,
List<String> errors)
Creates a new OpenApiReaderException instance.
|
OpenApiReaderException(URL location,
Throwable cause)
Creates a new OpenApiReaderException instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors()
If this exception was caused by OpenAPI conformance errors, returns the list of errors.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020 The Cornutum Project. All rights reserved.