Package net.sf.basedb.util.error

  • Interface Summary
    Interface Description
    ErrorHandler
    An interface to make it easier to implement dynamic error handling.
  • Class Summary
    Class Description
    ClassMapErrorHandler
    Error handler that allows the registration of one or more error handler for subclasses to Throwable.
    SimpleErrorHandler
    A simple error handler that either ignores all errors or re-throws them.
    ThrowableUtil
    Utility class for working with Throwable:s.