Uses of Enum Class
dev.nipafx.args.ArgsParseErrorCode
-
Uses of ArgsParseErrorCode in dev.nipafx.args
Methods in dev.nipafx.args that return ArgsParseErrorCodeModifier and TypeMethodDescriptionArgsMessage.code()Returns the value of thecoderecord component.static ArgsParseErrorCodeReturns the enum constant of this class with the specified name.static ArgsParseErrorCode[]ArgsParseErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.nipafx.args with parameters of type ArgsParseErrorCodeModifierConstructorDescriptionArgsMessage(ArgsParseErrorCode code, String message, Optional<Throwable> cause) Creates an instance of aArgsMessagerecord class.