src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ExceptionMessages.properties
author jlahoda
Wed, 06 Jun 2018 15:36:29 +0200
changeset 50428 8c88df2e8a78
permissions -rw-r--r--
8203891: Upgrade JOpt Simple to 5.0.4 Reviewed-by: alanb, chegar, mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50428
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     1
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     2
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     4
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    10
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    15
# accompanied this code).
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    16
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    20
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    23
# questions.
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    24
#
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    25
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    26
jdk.internal.joptsimple.IllegalOptionSpecificationException.message = {0} is not a legal option character
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    27
jdk.internal.joptsimple.MissingRequiredOptionsException.message = Missing required option(s) {0}
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    28
jdk.internal.joptsimple.MultipleArgumentsForOptionException.message = Found multiple arguments for option {0}, but you asked for only one
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    29
jdk.internal.joptsimple.OptionArgumentConversionException.message = Cannot parse argument ''{0}'' of option {1}
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    30
jdk.internal.joptsimple.OptionMissingRequiredArgumentException.message = Option {0} requires an argument
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    31
jdk.internal.joptsimple.UnavailableOptionException.message = Option(s) {0} are unavailable given other options on the command line
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    32
jdk.internal.joptsimple.UnconfiguredOptionException.message = Option(s) {0} not configured on this parser
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    33
jdk.internal.joptsimple.UnrecognizedOptionException.message = {0} is not a recognized option
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    34
jdk.internal.joptsimple.util.DateConverter.without.pattern.message = Value [{0}] does not match date/time pattern
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    35
jdk.internal.joptsimple.util.DateConverter.with.pattern.message = Value [{0}] does not match date/time pattern [{1}]
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    36
jdk.internal.joptsimple.util.RegexMatcher.message = Value [{0}] did not match regex [{1}]
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    37
jdk.internal.joptsimple.util.EnumConverter.message = Value [{0}] is not one of [{1}]
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    38
jdk.internal.joptsimple.util.PathConverter.file.existing.message = File [{0}] does not exist
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    39
jdk.internal.joptsimple.util.PathConverter.directory.existing.message = Directory [{0}] does not exist
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    40
jdk.internal.joptsimple.util.PathConverter.file.not.existing.message = File [{0}] does already exist
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    41
jdk.internal.joptsimple.util.PathConverter.file.overwritable.message = File [{0}] is not overwritable
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    42
jdk.internal.joptsimple.util.PathConverter.file.readable.message = File [{0}] is not readable
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    43
jdk.internal.joptsimple.util.PathConverter.file.writable.message = File [{0}] is not writable
8c88df2e8a78 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda
parents:
diff changeset
    44
jdk.internal.joptsimple.util.InetAddressConverter.message = Cannot convert value [{0}] into an InetAddress