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