aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties')
-rw-r--r--third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties19
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties b/third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties
deleted file mode 100644
index e5ce44d8c3..0000000000
--- a/third_party/java/jopt-simple/src/main/resources/joptsimple/ExceptionMessages.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-joptsimple.IllegalOptionSpecificationException.message = {0} is not a legal option character
-joptsimple.MissingRequiredOptionsException.message = Missing required option(s) {0}
-joptsimple.MultipleArgumentsForOptionException.message = Found multiple arguments for option {0}, but you asked for only one
-joptsimple.OptionArgumentConversionException.message = Cannot parse argument ''{0}'' of option {1}
-joptsimple.OptionMissingRequiredArgumentException.message = Option {0} requires an argument
-joptsimple.UnavailableOptionException.message = Option(s) {0} are unavailable given other options on the command line
-joptsimple.UnconfiguredOptionException.message = Option(s) {0} not configured on this parser
-joptsimple.UnrecognizedOptionException.message = {0} is not a recognized option
-joptsimple.util.DateConverter.without.pattern.message = Value [{0}] does not match date/time pattern
-joptsimple.util.DateConverter.with.pattern.message = Value [{0}] does not match date/time pattern [{1}]
-joptsimple.util.RegexMatcher.message = Value [{0}] did not match regex [{1}]
-joptsimple.util.EnumConverter.message = Value [{0}] is not one of [{1}]
-joptsimple.util.PathConverter.file.existing.message = File [{0}] does not exist
-joptsimple.util.PathConverter.directory.existing.message = Directory [{0}] does not exist
-joptsimple.util.PathConverter.file.not.existing.message = File [{0}] does already exist
-joptsimple.util.PathConverter.file.overwritable.message = File [{0}] is not overwritable
-joptsimple.util.PathConverter.file.readable.message = File [{0}] is not readable
-joptsimple.util.PathConverter.file.writable.message = File [{0}] is not writable
-joptsimple.util.InetAddressConverter.message = Cannot convert value [{0}] into an InetAddress \ No newline at end of file