Class SimpleErrorHandler

java.lang.Object
edu.sc.seis.sod.SimpleErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class SimpleErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleErrorHandler​(java.lang.String filename)  
  • Method Summary

    Modifier and Type Method Description
    void error​(org.xml.sax.SAXParseException ex)  
    void fatalError​(org.xml.sax.SAXParseException ex)  
    void warning​(org.xml.sax.SAXParseException ex)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • warning

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

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

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