|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.ws.wadl2java.Wadl2Java.SchemaCompilerErrorListener
protected class Wadl2Java.SchemaCompilerErrorListener
Inner class implementing the JAXB ErrorListener interface to
support error reporting from the JAXB infrastructure.
| Constructor Summary | |
|---|---|
protected |
Wadl2Java.SchemaCompilerErrorListener()
|
| Method Summary | |
|---|---|
void |
error(SAXParseException sAXParseException)
Report an error. |
void |
fatalError(SAXParseException sAXParseException)
Report a fatal error |
Throwable |
getFirstFatalError()
|
boolean |
hasFatalErrorOccured()
|
void |
info(SAXParseException sAXParseException)
Report informative message |
void |
warning(SAXParseException sAXParseException)
Report a warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Wadl2Java.SchemaCompilerErrorListener()
| Method Detail |
|---|
public boolean hasFatalErrorOccured()
public Throwable getFirstFatalError()
public void warning(SAXParseException sAXParseException)
warning in interface com.sun.xml.bind.api.ErrorListenerwarning in interface ErrorHandlersAXParseException - the exception that caused the warning.public void info(SAXParseException sAXParseException)
info in interface com.sun.xml.bind.api.ErrorListenersAXParseException - the exception that caused the informative message.public void fatalError(SAXParseException sAXParseException)
fatalError in interface com.sun.xml.bind.api.ErrorListenerfatalError in interface ErrorHandlersAXParseException - the exception that caused the fatal error.public void error(SAXParseException sAXParseException)
error in interface com.sun.xml.bind.api.ErrorListenererror in interface ErrorHandlersAXParseException - the exception that caused the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||