public class XmlFormatViolation extends Object
| Constructor | Description |
|---|---|
XmlFormatViolation(File file,
int lineNumber,
int column,
String message) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumn() |
|
File |
getFile() |
|
int |
getLineNumber() |
|
String |
getMessage() |
|
String |
toString() |
public int getColumn()
public File getFile()
public int getLineNumber()
public String getMessage()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.