public class LoggingErrorReceiver
extends com.sun.tools.xjc.ErrorReceiver
Constructor and Description |
---|
LoggingErrorReceiver(String messagePrefix,
org.apache.maven.plugin.logging.Log log,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException saxex) |
void |
fatalError(SAXParseException saxex) |
void |
info(SAXParseException saxex) |
void |
warning(SAXParseException saxex) |
public LoggingErrorReceiver(String messagePrefix, org.apache.maven.plugin.logging.Log log, boolean verbose)
public void warning(SAXParseException saxex)
warning
in interface com.sun.xml.bind.api.ErrorListener
warning
in interface ErrorHandler
warning
in class com.sun.tools.xjc.ErrorReceiver
public void error(SAXParseException saxex)
error
in interface com.sun.xml.bind.api.ErrorListener
error
in interface ErrorHandler
error
in class com.sun.tools.xjc.ErrorReceiver
public void fatalError(SAXParseException saxex)
fatalError
in interface com.sun.xml.bind.api.ErrorListener
fatalError
in interface ErrorHandler
fatalError
in class com.sun.tools.xjc.ErrorReceiver
public void info(SAXParseException saxex)
info
in interface com.sun.xml.bind.api.ErrorListener
info
in class com.sun.tools.xjc.ErrorReceiver
Copyright © 2006–2020. All rights reserved.