Uses of Interface
org.springframework.shell.command.CommandExceptionResolver
Packages that use CommandExceptionResolver
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
-
Uses of CommandExceptionResolver in org.springframework.shell
Method parameters in org.springframework.shell with type arguments of type CommandExceptionResolverModifier and TypeMethodDescriptionvoid
Shell.setExceptionResolvers
(List<CommandExceptionResolver> exceptionResolvers) -
Uses of CommandExceptionResolver in org.springframework.shell.command
Classes in org.springframework.shell.command that implement CommandExceptionResolverModifier and TypeClassDescriptionclass
Methods in org.springframework.shell.command that return types with arguments of type CommandExceptionResolverModifier and TypeMethodDescriptionCommandRegistration.DefaultCommandRegistration.getExceptionResolvers()
CommandRegistration.getExceptionResolvers()
Gets an exception resolvers.Methods in org.springframework.shell.command with parameters of type CommandExceptionResolverModifier and TypeMethodDescriptionCommandRegistration.DefaultErrorHandlingSpec.resolver
(CommandExceptionResolver resolver) CommandRegistration.ErrorHandlingSpec.resolver
(CommandExceptionResolver resolver) -
Uses of CommandExceptionResolver in org.springframework.shell.command.annotation
Classes in org.springframework.shell.command.annotation that implement CommandExceptionResolver