Class CommandParserExceptionResolver
java.lang.Object
org.springframework.shell.command.CommandParserExceptionResolver
- All Implemented Interfaces:
CommandExceptionResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTry to resolve the given exception that got thrown during command processing.
-
Constructor Details
-
CommandParserExceptionResolver
public CommandParserExceptionResolver()
-
-
Method Details
-
resolve
Description copied from interface:CommandExceptionResolverTry to resolve the given exception that got thrown during command processing.- Specified by:
resolvein interfaceCommandExceptionResolver- Parameters:
ex- the exception- Returns:
- a corresponding
HandlingResultframework to handle, ornullfor default processing in the resolution chain
-