public class Problem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected String |
errorMessage |
protected int |
line |
protected String |
resource |
| Constructor and Description |
|---|
Problem(BpmnParseException exception,
String resourceName) |
Problem(SAXParseException e,
String resource) |
Problem(String errorMessage,
String resourceName,
Element element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
concatenateErrorMessages(Throwable throwable) |
String |
toString() |
protected String errorMessage
protected String resource
protected int line
protected int column
public Problem(SAXParseException e, String resource)
public Problem(BpmnParseException exception, String resourceName)
Copyright © 2022. All rights reserved.