Class ParserErrorHandler

java.lang.Object
loci.common.xml.ParserErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ParserErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
Used by various XMLTools methods to handle XML parsing errors.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Constructor Summary

    Constructors 
    Constructor Description
    ParserErrorHandler()  
  • Method Summary

    Modifier and Type Method Description
    void error​(org.xml.sax.SAXParseException e)  
    void fatalError​(org.xml.sax.SAXParseException e)  
    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
  • Constructor Details

  • Method Details

    • error

      public void error​(org.xml.sax.SAXParseException e)
      Specified by:
      error in interface org.xml.sax.ErrorHandler
    • fatalError

      public void fatalError​(org.xml.sax.SAXParseException e)
      Specified by:
      fatalError in interface org.xml.sax.ErrorHandler
    • warning

      public void warning​(org.xml.sax.SAXParseException e)
      Specified by:
      warning in interface org.xml.sax.ErrorHandler