Package de.janrufmonitor.exception

Exception handler of the framework.

See:
          Description

Interface Summary
IPropagator This interface must be implemented by a propagator object which would be notified for exception handling.
 

Class Summary
Message This class provides a message container which is fired to every IPropagator implementation for notification.
PropagationFactory This class is a exception propagation factory object.
 

Package de.janrufmonitor.exception Description

Exception handler of the framework.

This package offers the possibility to handle exceptions and delegates them to a propagator class. The propagator must handle the throwanlde object and consume the exception data, e.g. showing user friendly dialogs etc.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.