org.jvnet.jaxb2.maven2
Class XJC2Mojo.JaxbErrorReceiver4Mvn
java.lang.Object
com.sun.tools.xjc.ErrorReceiver
org.jvnet.jaxb2.maven2.XJC2Mojo.JaxbErrorReceiver4Mvn
- All Implemented Interfaces:
- com.sun.xml.bind.api.ErrorListener, org.xml.sax.ErrorHandler
- Enclosing class:
- XJC2Mojo
protected class XJC2Mojo.JaxbErrorReceiver4Mvn
- extends com.sun.tools.xjc.ErrorReceiver
Field Summary |
java.lang.String |
stage
|
Method Summary |
void |
error(org.xml.sax.SAXParseException e)
|
void |
fatalError(org.xml.sax.SAXParseException e)
|
void |
info(org.xml.sax.SAXParseException e)
|
void |
warning(org.xml.sax.SAXParseException e)
|
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 |
stage
public java.lang.String stage
XJC2Mojo.JaxbErrorReceiver4Mvn
protected XJC2Mojo.JaxbErrorReceiver4Mvn()
warning
public void warning(org.xml.sax.SAXParseException e)
- Specified by:
warning
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
- Specified by:
warning
in class com.sun.tools.xjc.ErrorReceiver
error
public void error(org.xml.sax.SAXParseException e)
- Specified by:
error
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
error
in interface org.xml.sax.ErrorHandler
- Specified by:
error
in class com.sun.tools.xjc.ErrorReceiver
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
- Specified by:
fatalError
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
- Specified by:
fatalError
in class com.sun.tools.xjc.ErrorReceiver
info
public void info(org.xml.sax.SAXParseException e)
- Specified by:
info
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
info
in class com.sun.tools.xjc.ErrorReceiver
Copyright © 2006-2009. All Rights Reserved.