org.jvnet.mjiip.v_2_0
Class LoggingErrorReceiver

java.lang.Object
  extended by com.sun.tools.xjc.ErrorReceiver
      extended by org.jvnet.mjiip.v_2_0.LoggingErrorReceiver
All Implemented Interfaces:
com.sun.xml.bind.api.ErrorListener, ErrorHandler

public class LoggingErrorReceiver
extends com.sun.tools.xjc.ErrorReceiver


Constructor Summary
LoggingErrorReceiver(String messagePrefix, org.apache.maven.plugin.logging.Log log, boolean verbose)
           
 
Method Summary
 void error(SAXParseException saxex)
           
 void fatalError(SAXParseException saxex)
           
 void info(SAXParseException saxex)
           
 void warning(SAXParseException saxex)
           
 
Methods inherited from class com.sun.tools.xjc.ErrorReceiver
debug, error, error, error, error, getLocationString, pollAbort, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorReceiver

public LoggingErrorReceiver(String messagePrefix,
                            org.apache.maven.plugin.logging.Log log,
                            boolean verbose)
Method Detail

warning

public void warning(SAXParseException saxex)
Specified by:
warning in interface com.sun.xml.bind.api.ErrorListener
Specified by:
warning in interface ErrorHandler
Specified by:
warning in class com.sun.tools.xjc.ErrorReceiver

error

public void error(SAXParseException saxex)
Specified by:
error in interface com.sun.xml.bind.api.ErrorListener
Specified by:
error in interface ErrorHandler
Specified by:
error in class com.sun.tools.xjc.ErrorReceiver

fatalError

public void fatalError(SAXParseException saxex)
Specified by:
fatalError in interface com.sun.xml.bind.api.ErrorListener
Specified by:
fatalError in interface ErrorHandler
Specified by:
fatalError in class com.sun.tools.xjc.ErrorReceiver

info

public void info(SAXParseException saxex)
Specified by:
info in interface com.sun.xml.bind.api.ErrorListener
Specified by:
info in class com.sun.tools.xjc.ErrorReceiver


Copyright © 2006-2012. All Rights Reserved.