public class AntErrorListener extends java.lang.Object implements ErrorListener
Modifier and Type | Field and Description |
---|---|
private org.apache.tools.ant.Project |
project |
Constructor and Description |
---|
AntErrorListener(org.apache.tools.ant.Project p) |
Modifier and Type | Method and Description |
---|---|
void |
error(org.xml.sax.SAXParseException e) |
void |
fatalError(org.xml.sax.SAXParseException e) |
(package private) java.lang.String |
getLocation(org.xml.sax.SAXParseException e) |
private void |
print(org.xml.sax.SAXParseException e,
int level) |
void |
warning(org.xml.sax.SAXParseException e) |
public void error(org.xml.sax.SAXParseException e)
error
in interface ErrorListener
error
in interface org.xml.sax.ErrorHandler
public void fatalError(org.xml.sax.SAXParseException e)
fatalError
in interface ErrorListener
fatalError
in interface org.xml.sax.ErrorHandler
public void warning(org.xml.sax.SAXParseException e)
warning
in interface ErrorListener
warning
in interface org.xml.sax.ErrorHandler
private void print(org.xml.sax.SAXParseException e, int level)
java.lang.String getLocation(org.xml.sax.SAXParseException e)