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
ChangeModifier and TypeMethodDescriptionMODIFIEDvoidNotification that an IO exception occurred.
-
Method Details
-
dbError MODIFIED
added throws RuntimeException-void dbError(java.io.IOException e)+void dbError(java.io.IOException e) throws RuntimeExceptionNotification that an IO exception occurred.- Parameters:
e-IOExceptionwhich was cause of error- Throws:
RuntimeException- optional exception which may be thrown when responding to error condition.
-