public final class IllegalCurrencyMessage extends Message
ASCENDING, DESCENDING
Constructor and Description |
---|
IllegalCurrencyMessage(String currencyCode,
Date date)
Creates a new
IllegalCurrencyMessage instance taking the ISO currency code of the illegal currency at a
given date. |
public IllegalCurrencyMessage(String currencyCode, Date date)
IllegalCurrencyMessage
instance taking the ISO currency code of the illegal currency at a
given date.currencyCode
- The ISO currency code of the illegal currency.date
- The date at which currencyCode
is illegal.NullPointerException
- if either currencyCode
or date
is null
.public Object[] getFormatArguments(Locale locale)
getFormatArguments
in class Message
Copyright © 2005–2014 jDTAUS. All rights reserved.