public class ErrorReceiverFilter extends ErrorReceiver
| Constructor and Description |
|---|
ErrorReceiverFilter() |
ErrorReceiverFilter(com.sun.tools.xjc.api.ErrorListener h) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(SAXParseException exception) |
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
boolean |
hadError() |
void |
info(SAXParseException exception)
Reports verbose messages to users.
|
void |
reset()
Resets the error state its currently in.
|
void |
setErrorReceiver(com.sun.tools.xjc.api.ErrorListener handler) |
void |
warning(SAXParseException exception) |
debug, error, error, error, error, getLocationString, pollAbort, warningpublic ErrorReceiverFilter()
public ErrorReceiverFilter(com.sun.tools.xjc.api.ErrorListener h)
public void setErrorReceiver(com.sun.tools.xjc.api.ErrorListener handler)
public final boolean hadError()
public void reset()
public void info(SAXParseException exception)
ErrorReceiverinfo in interface com.sun.xml.bind.api.ErrorListenerinfo in class ErrorReceiverpublic void debug(SAXParseException exception)
debug in class ErrorReceiverpublic void warning(SAXParseException exception)
warning in interface com.sun.xml.bind.api.ErrorListenerwarning in interface ErrorHandlerwarning in class ErrorReceiverpublic void error(SAXParseException exception)
error in interface com.sun.xml.bind.api.ErrorListenererror in interface ErrorHandlererror in class ErrorReceiverpublic void fatalError(SAXParseException exception)
fatalError in interface com.sun.xml.bind.api.ErrorListenerfatalError in interface ErrorHandlerfatalError in class ErrorReceiverCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.