Home > Contents > Index >
UserError.INIFILE_BADPROPERTY
Generates the appropriate
UserError
to report a bad value for the specified.ini
file property.Syntax
static final UserError INIFILE_BADPROPERTY(String property, String value)Parameters
property
- String containing the name of the property.
value
- String containing the bad value found for that property.
Returns
An instance of
UserError
.See Also
INIFILE_NOTFOUND , INIFILE_NOTSUPPLIED , INIFILE_READ
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.