Class CommandParserExceptionResolver
java.lang.Object
org.springframework.shell.command.CommandParserExceptionResolver
- All Implemented Interfaces:
CommandExceptionResolver
-
Field Summary
Fields inherited from interface org.springframework.shell.command.CommandExceptionResolver
DEFAULT_PRECEDENCE
-
Constructor Summary
-
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:CommandExceptionResolver
Try to resolve the given exception that got thrown during command processing.- Specified by:
resolve
in interfaceCommandExceptionResolver
- Parameters:
ex
- the exception- Returns:
- a corresponding
HandlingResult
framework to handle, ornull
for default processing in the resolution chain
-