Files
Mahmoud Ben Hassine e3cb93791d Update documentation
2025-04-25 10:13:56 +02:00

19 lines
761 B
Plaintext

[[dynamic-command-exitcode]]
= Exception Handling
:page-section-summary-toc: 1
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
Exceptions happen from a user code whether it is intentional or not. This section describes
how Spring Shell handles exceptions and gives instructions and best practices on how to
work with it.
Many command line applications return an _exit code_ which can be used by the
running environment to differentiate if command has been executed successfully or not.
In Spring Shell, this mostly relates to when a command is run in a non-interactive mode,
meaning one command is always executed once with an instance of a `spring-shell`. Take a note
that _exit code_ always relates to non-interactive shell.