protected class WsimportTool.Receiver extends ErrorReceiverFilter
Constructor and Description |
---|
Receiver(WsimportTool.Listener listener) |
Modifier and Type | Method and Description |
---|---|
void |
debug(SAXParseException exception) |
void |
info(SAXParseException exception)
Reports verbose messages to users.
|
void |
pollAbort()
This method will be invoked periodically to allow
AbortException
to be thrown, especially when this is driven by some kind of GUI. |
void |
warning(SAXParseException exception) |
error, fatalError, hadError, reset, setErrorReceiver
debug, error, error, error, error, getLocationString, warning
public Receiver(WsimportTool.Listener listener)
public void info(SAXParseException exception)
ErrorReceiver
info
in interface com.sun.xml.bind.api.ErrorListener
info
in class ErrorReceiverFilter
public void warning(SAXParseException exception)
warning
in interface com.sun.xml.bind.api.ErrorListener
warning
in interface ErrorHandler
warning
in class ErrorReceiverFilter
public void pollAbort() throws AbortException
ErrorReceiver
AbortException
to be thrown, especially when this is driven by some kind of GUI.pollAbort
in class ErrorReceiver
AbortException
public void debug(SAXParseException exception)
debug
in class ErrorReceiverFilter
Copyright © 2018 Oracle Corporation. All rights reserved.