public class Warning extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
line |
protected String |
resource |
protected String |
warningMessage |
| Constructor and Description |
|---|
Warning(String warningMessage,
BaseElement element) |
Warning(String warningMessage,
XMLStreamReader xtr) |
protected String warningMessage
protected String resource
protected int line
protected int column
public Warning(String warningMessage, XMLStreamReader xtr)
public Warning(String warningMessage, BaseElement element)
Copyright © 2016 Alfresco. All rights reserved.