Class MethodCommandExceptionResolver
java.lang.Object
org.springframework.shell.command.annotation.MethodCommandExceptionResolver
- All Implemented Interfaces:
 CommandExceptionResolver
- 
Field Summary
Fields inherited from interface org.springframework.shell.command.CommandExceptionResolver
DEFAULT_PRECEDENCE - 
Constructor Summary
ConstructorsConstructorDescriptionMethodCommandExceptionResolver(Object bean, org.jline.terminal.Terminal terminal)  - 
Method Summary
Modifier and TypeMethodDescriptionTry to resolve the given exception that got thrown during command processing. 
- 
Constructor Details
- 
MethodCommandExceptionResolver
 - 
MethodCommandExceptionResolver
 
 - 
 - 
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 
 
 -