enhancement
minor
#27251
TLModelUtil: Replace declared ConfigurationException with TopLogicException
Type lookups in tl:TLModelUtil always declare a tl:ConfigurationException. However, this exception can be handled in only a very small number of cases. As a rule, it is wrapped in a tl:ConfigurationError and rethrown.
Improvement
Replace with RuntimeException tl:TopLogicException.
Code Migration
- Either remove catch blocks for tl:ConfigurationExceptions that are no longer thrown (if the exception is simply rethrown anyway), or replace them with catch blocks for tl:TopLogicException.
Test
- Refactoring, no test.