Save This Page
Home » openjdk-7 » com.sun.tools.internal » ws » processor » modeler » wsdl » [javadoc | source]
com.sun.tools.internal.ws.processor.modeler.wsdl
public class: ConsoleErrorReporter [javadoc | source]
java.lang.Object
   com.sun.tools.internal.ws.processor.modeler.wsdl.ConsoleErrorReporter

All Implemented Interfaces:
    ErrorListener

Constructor:
 public ConsoleErrorReporter(ProcessorEnvironment env,
    boolean printStackTrace) 
Method from com.sun.tools.internal.ws.processor.modeler.wsdl.ConsoleErrorReporter Summary:
error,   fatalError,   getException,   getLocationString,   hasError,   info,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.internal.ws.processor.modeler.wsdl.ConsoleErrorReporter Detail:
 public  void error(SAXParseException e) 
 public  void fatalError(SAXParseException e) 
 Exception getException() 
 protected final String getLocationString(SAXParseException e) 
 public boolean hasError() 
 public  void info(SAXParseException e) 
    Used to report possibly verbose information that can be safely ignored.
 public  void warning(SAXParseException e)