public class ExceptionParsingIssue extends Object implements ParsingIssue
| Constructor and Description |
|---|
ExceptionParsingIssue(String cause,
String stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
String |
cause()
Detailed cause of the error
|
String |
getStackTrace() |
String |
toString() |
public String cause()
ParsingIssuecause in interface ParsingIssuepublic String getStackTrace()
Copyright © 2023. All rights reserved.