TOC - prev - next - javadoc tree

4.4. Miscellaneous

Exceptions

When a Strategy throws an exception, it is intercepted. (This is one of the functions of the StrategyWrapper class.) The effect is as though the exception-throwing method just returns, or returns null. There may be a more profound effect inside the Strategy: but that's the Strategy-writer's problem.


TOC - prev - next - javadoc tree