public class JAXBBindErrorListener extends Object implements com.sun.tools.xjc.api.ErrorListener
| Constructor and Description |
|---|
JAXBBindErrorListener(boolean verbose,
ToolErrorListener l) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
boolean |
hasErrors() |
void |
info(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public JAXBBindErrorListener(boolean verbose,
ToolErrorListener l)
public boolean hasErrors()
public void error(SAXParseException exception)
error in interface com.sun.xml.bind.api.ErrorListenererror in interface ErrorHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface com.sun.xml.bind.api.ErrorListenerfatalError in interface ErrorHandlerpublic void info(SAXParseException exception)
info in interface com.sun.xml.bind.api.ErrorListenerpublic void warning(SAXParseException exception)
warning in interface com.sun.xml.bind.api.ErrorListenerwarning in interface ErrorHandlerApache CXF