Class SafeAction

  • All Implemented Interfaces:
    ActionListener, Serializable, Cloneable, EventListener, Action

    public abstract class SafeAction
    extends AbstractAction
    A safe version of AbstractAction that will log any problems encountered.

    This is not generally a good practice - we are just using it as an excuse to not mess up code examples with exception handling code (gasp!). TODO: provide a background Runnable...

    See Also:
    Serialized Form