ErrorListener, com.sun.xml.bind.api.ErrorListener, org.xml.sax.ErrorHandlerpublic class ErrorReceiverFilter extends ErrorReceiver
| Constructor | Description |
|---|---|
ErrorReceiverFilter() |
|
ErrorReceiverFilter(ErrorListener h) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
error(org.xml.sax.SAXParseException exception) |
|
void |
fatalError(org.xml.sax.SAXParseException exception) |
|
boolean |
hadError() |
|
void |
info(org.xml.sax.SAXParseException exception) |
Reports verbose messages to users.
|
void |
setErrorReceiver(ErrorListener handler) |
|
void |
warning(org.xml.sax.SAXParseException exception) |
debug, error, error, error, error, getLocationString, pollAbort, warningpublic ErrorReceiverFilter()
public ErrorReceiverFilter(ErrorListener h)
public void setErrorReceiver(ErrorListener handler)
public final boolean hadError()
public void info(org.xml.sax.SAXParseException exception)
ErrorReceiverinfo in interface ErrorListenerinfo in interface com.sun.xml.bind.api.ErrorListenerinfo in class ErrorReceiverpublic void warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandlerwarning in interface ErrorListenerwarning in interface com.sun.xml.bind.api.ErrorListenerwarning in class ErrorReceiverpublic void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlererror in interface ErrorListenererror in interface com.sun.xml.bind.api.ErrorListenererror in class ErrorReceiverpublic void fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlerfatalError in interface ErrorListenerfatalError in interface com.sun.xml.bind.api.ErrorListenerfatalError in class ErrorReceiverCopyright © 2017 Oracle Corporation. All rights reserved.