ErrorListener, org.xml.sax.ErrorHandlerpublic class AntErrorListener extends java.lang.Object implements ErrorListener
| Constructor | Description |
|---|---|
AntErrorListener(org.apache.tools.ant.Project p) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
error(org.xml.sax.SAXParseException e) |
|
void |
fatalError(org.xml.sax.SAXParseException e) |
|
void |
warning(org.xml.sax.SAXParseException e) |
public void error(org.xml.sax.SAXParseException e)
error in interface org.xml.sax.ErrorHandlererror in interface ErrorListenerpublic void fatalError(org.xml.sax.SAXParseException e)
fatalError in interface org.xml.sax.ErrorHandlerfatalError in interface ErrorListenerpublic void warning(org.xml.sax.SAXParseException e)
warning in interface org.xml.sax.ErrorHandlerwarning in interface ErrorListenerCopyright © 2018 Oracle Corporation. All rights reserved.