com.sun.tools.ws.processor.modeler.wsdl
Class ConsoleErrorReporter
java.lang.Object
com.sun.tools.ws.wscompile.ErrorReceiver
com.sun.tools.ws.processor.modeler.wsdl.ConsoleErrorReporter
- All Implemented Interfaces:
- ErrorListener, org.xml.sax.ErrorHandler
public class ConsoleErrorReporter
- extends ErrorReceiver
|
Method Summary |
void |
debug(org.xml.sax.SAXParseException e)
|
void |
enableDebugging()
|
void |
error(org.xml.sax.SAXParseException e)
|
void |
fatalError(org.xml.sax.SAXParseException e)
|
boolean |
hasError()
|
void |
info(org.xml.sax.SAXParseException e)
Used to report possibly verbose information that
can be safely ignored. |
void |
warning(org.xml.sax.SAXParseException e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleErrorReporter
public ConsoleErrorReporter(java.io.PrintStream stream)
ConsoleErrorReporter
public ConsoleErrorReporter(java.io.OutputStream outputStream)
hasError
public boolean hasError()
error
public void error(org.xml.sax.SAXParseException e)
- Specified by:
error in interface ErrorListener- Specified by:
error in interface org.xml.sax.ErrorHandler- Specified by:
error in class ErrorReceiver
fatalError
public void fatalError(org.xml.sax.SAXParseException e)
- Specified by:
fatalError in interface ErrorListener- Specified by:
fatalError in interface org.xml.sax.ErrorHandler- Specified by:
fatalError in class ErrorReceiver
warning
public void warning(org.xml.sax.SAXParseException e)
- Specified by:
warning in interface ErrorListener- Specified by:
warning in interface org.xml.sax.ErrorHandler- Specified by:
warning in class ErrorReceiver
info
public void info(org.xml.sax.SAXParseException e)
- Used to report possibly verbose information that
can be safely ignored.
- Specified by:
info in interface ErrorListener- Specified by:
info in class ErrorReceiver
debug
public void debug(org.xml.sax.SAXParseException e)
- Specified by:
debug in class ErrorReceiver
enableDebugging
public void enableDebugging()
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.