Package db.util

Interface ErrorHandler

All Known Implementing Classes:
BookmarkDBManager, CodeManager, DataTypeArchiveDB, DomainObjectAdapterDB, EquateManager, FunctionTagManagerDB, OldFunctionManager, ProgramDB, ReferenceDBManager, URLLinkObject

public interface ErrorHandler
Report database errors.
  • Method Summary

    Change
    Modifier and Type
    Method
    Description
    MODIFIED
    void
    Notification that an IO exception occurred.
  • Method Details

    • dbError MODIFIED

      void dbError(IOException e) throws RuntimeException
      added throws RuntimeException
      -void dbError(java.io.IOException e)
      +void dbError(java.io.IOException e) throws RuntimeException
      Notification that an IO exception occurred.
      Parameters:
      e - IOException which was cause of error
      Throws:
      RuntimeException - optional exception which may be thrown when responding to error condition.