public class XmlFormatViolation extends Object
Constructor and Description |
---|
XmlFormatViolation(File file,
int lineNumber,
int column,
String message) |
Modifier and Type | Method and 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–2018 The Apache Software Foundation. All rights reserved.