Class ConsoleErrorReporter
java.lang.Object
com.sun.tools.ws.wscompile.ErrorReceiver
com.sun.tools.ws.processor.modeler.wsdl.ConsoleErrorReporter
- All Implemented Interfaces:
ErrorListener,com.sun.xml.bind.api.ErrorListener,ErrorHandler
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleErrorReporter(OutputStream outputStream) ConsoleErrorReporter(PrintStream stream) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidbooleanhasError()voidUsed to report possibly verbose information that can be safely ignored.voidMethods inherited from class com.sun.tools.ws.wscompile.ErrorReceiver
debug, error, error, error, error, getLocationString, pollAbort, warning
-
Constructor Details
-
ConsoleErrorReporter
-
ConsoleErrorReporter
-
-
Method Details
-
hasError
public boolean hasError() -
error
- Specified by:
errorin interfaceErrorHandler- Specified by:
errorin interfaceErrorListener- Specified by:
errorin interfacecom.sun.xml.bind.api.ErrorListener- Specified by:
errorin classErrorReceiver
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Specified by:
fatalErrorin interfaceErrorListener- Specified by:
fatalErrorin interfacecom.sun.xml.bind.api.ErrorListener- Specified by:
fatalErrorin classErrorReceiver
-
warning
- Specified by:
warningin interfaceErrorHandler- Specified by:
warningin interfaceErrorListener- Specified by:
warningin interfacecom.sun.xml.bind.api.ErrorListener- Specified by:
warningin classErrorReceiver
-
info
Used to report possibly verbose information that can be safely ignored.- Specified by:
infoin interfaceErrorListener- Specified by:
infoin interfacecom.sun.xml.bind.api.ErrorListener- Specified by:
infoin classErrorReceiver
-
debug
- Specified by:
debugin classErrorReceiver
-
enableDebugging
public void enableDebugging()
-