Save This Page
Home » openjdk-7 » com.sun.xml.internal » xsom » impl » util » [javadoc | source]
com.sun.xml.internal.xsom.impl.util
public class: DraconianErrorHandler [javadoc | source]
java.lang.Object
   com.sun.xml.internal.xsom.impl.util.DraconianErrorHandler

All Implemented Interfaces:
    ErrorHandler

Aborts on the first error.
Method from com.sun.xml.internal.xsom.impl.util.DraconianErrorHandler Summary:
error,   fatalError,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.xsom.impl.util.DraconianErrorHandler Detail:
 public  void error(SAXParseException e) throws SAXException 
 public  void fatalError(SAXParseException e) throws SAXException 
 public  void warning(SAXParseException e)