Package net.sf.basedb.util.error


package net.sf.basedb.util.error
  • Class
    Description
    Error handler that allows the registration of one or more error handler for subclasses to Throwable.
    An interface to make it easier to implement dynamic error handling.
    A simple error handler that either ignores all errors or re-throws them.
    Utility class for working with Throwable:s.