Package org.pkl.core
Class CommandSpec.Option.BadValue
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pkl.core.CommandSpec.Option.BadValue
- All Implemented Interfaces:
Serializable
- Enclosing interface:
CommandSpec.Option
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandSpec.Option.BadValuebadKeyValue(String value) static CommandSpec.Option.BadValuestatic CommandSpec.Option.BadValueinvalidChoice(String value, String choice) static CommandSpec.Option.BadValueinvalidChoice(String value, List<String> choices) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadValue
-
-
Method Details
-
invalid
-
badKeyValue
-
invalidChoice
-
invalidChoice
-