Expand acronyms FQN and FQCN

Closes gh-33452
This commit is contained in:
Yanming Zhou
2024-09-03 23:30:27 +08:00
committed by GitHub
parent 529f311bd4
commit 019c0b1d4e
9 changed files with 13 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ public class SimpleMappingExceptionResolver extends AbstractHandlerExceptionReso
* For example, "Exception" will match nearly anything, and will probably hide other rules.
* "java.lang.Exception" would be correct if "Exception" was meant to define a rule for all
* checked exceptions. With more unusual exception names such as "BaseBusinessException"
* there's no need to use a FQN.
* there's no need to use fully-qualified class name.
* @param mappings exception patterns (can also be fully qualified class names) as keys,
* and error view names as values
*/