Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » util » [javadoc | source]
org.apache.xerces.util
public class: DefaultErrorHandler [javadoc | source]
java.lang.Object
   org.apache.xerces.util.DefaultErrorHandler

All Implemented Interfaces:
    XMLErrorHandler

Default error handler.
Field Summary
protected  PrintWriter fOut    Print writer. 
Constructor:
 public DefaultErrorHandler() 
 public DefaultErrorHandler(PrintWriter out) 
    Constructs an error handler that prints error messages to the specified PrintWriter.
Method from org.apache.xerces.util.DefaultErrorHandler Summary:
error,   fatalError,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.util.DefaultErrorHandler Detail:
 public  void error(String domain,
    String key,
    XMLParseException ex) throws XNIException 
    Error.
 public  void fatalError(String domain,
    String key,
    XMLParseException ex) throws XNIException 
    Fatal error.
 public  void warning(String domain,
    String key,
    XMLParseException ex) throws XNIException 
    Warning.