public class ExceptionApiValidationResult extends Object implements ApiValidationResult
| Constructor and Description |
|---|
ExceptionApiValidationResult(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getLine() |
String |
getMessage() |
String |
getPath() |
Severity |
getSeverity() |
public ExceptionApiValidationResult(Exception e)
public String getMessage()
getMessage in interface ApiValidationResultpublic Optional<Integer> getLine()
getLine in interface ApiValidationResultpublic String getPath()
getPath in interface ApiValidationResultpublic Severity getSeverity()
getSeverity in interface ApiValidationResultCopyright © 2022. All rights reserved.