Package nz.org.riskscape.picocli
Class CommandLine.MutuallyExclusiveArgsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.picocli.CommandLine.PicocliException
nz.org.riskscape.picocli.CommandLine.ParameterException
nz.org.riskscape.picocli.CommandLine.MutuallyExclusiveArgsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.MutuallyExclusiveArgsException
extends CommandLine.ParameterException
Exception indicating that the user input included multiple arguments from a mutually exclusive group.
- Since:
- 4.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class nz.org.riskscape.picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MutuallyExclusiveArgsException
-