Interface RDFErrorHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void error​(java.lang.Exception e)
      report an error
      void fatalError​(java.lang.Exception e)
      report a catastrophic error.
      void warning​(java.lang.Exception e)
      report a warning
    • Method Detail

      • warning

        void warning​(java.lang.Exception e)
        report a warning
        Parameters:
        e - an exception representing the error
      • error

        void error​(java.lang.Exception e)
        report an error
        Parameters:
        e - an exception representing the error
      • fatalError

        void fatalError​(java.lang.Exception e)
        report a catastrophic error. Must not return.
        Parameters:
        e - an exception representing the error