Interface RDFErrorHandler

All Known Implementing Classes:
RDFDefaultErrorHandler, RDFXML_Abbrev

public interface RDFErrorHandler
A generic error handler.
  • Method Details

    • warning

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

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

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