major
nice-to-have
defect
major
enhancement
An I18NRuntimeException is displayed in an info box with the error title and error details. You can specify two resource keys for this (the ErrorTitle key in the exception’s constructor and the details via com.top_logic.basic.exception.I18NRuntimeException.initDetails(ResKey).
Improvement
If no explicit detail key is specified, the details of an error should be generated via the .info subkey of the error-title key—provided that such a key is specified.
Test
- test.com.top_logic.util.TestTopLogicException.testDefaultDetails()