public class CliktError
An exception during command line processing that should be shown to the user.
If calling CliktCommand.main, these exceptions will be caught and the appropriate info will be printed.
CliktCommand.main| Constructor and Description |
|---|
CliktError(java.lang.String message,
java.lang.Exception cause)
An exception during command line processing that should be shown to the user.
|
CliktError()
An exception during command line processing that should be shown to the user.
|
public CliktError(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception cause)
An exception during command line processing that should be shown to the user.
If calling CliktCommand.main, these exceptions will be caught and the appropriate info will be printed.
CliktCommand.mainpublic CliktError()
An exception during command line processing that should be shown to the user.
If calling CliktCommand.main, these exceptions will be caught and the appropriate info will be printed.
CliktCommand.main