public class UserException
extends java.lang.Exception
Command usage.| Modifier and Type | Field and Description |
|---|---|
int |
exitCode
The exist status the cli should use when catching this user error.
|
| Constructor and Description |
|---|
UserException(int exitCode,
java.lang.String msg)
Constructs a UserException with an exit status and message to show the user.
|