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(String errorMessage,
BaseElement element) |
Problem(String errorMessage,
GraphicInfo graphicInfo) |
Problem(String errorMessage,
XMLStreamReader xtr) |
protected String errorMessage
protected String resource
protected int line
protected int column
public Problem(String errorMessage, XMLStreamReader xtr)
public Problem(String errorMessage, BaseElement element)
public Problem(String errorMessage, GraphicInfo graphicInfo)
Copyright © 2016 Alfresco. All rights reserved.