XCASParsingException
object. Excess arguments will be ignored, and missing arguments will have the value null
. Add arguments in the order in which they are specified in the message catalog (i.e. add %1 first, %2 next, and so on). Adding a null String
has no effect! So if you don't know the value of an argument, use something like ""
or "UNKNOWN"
, but not null
.
@param s the argument to add
@return true if the argument was added, false if the argument was already added or was out of range
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|