See: Description
Class | Description |
---|---|
FastMoney |
MonetaryAmount . |
Money |
Platform RI: Default immutable implementation of
MonetaryAmount based
on BigDecimal for the numeric representation. |
MoneyCurrency |
Platform RI: Adapter that implements the new
CurrencyUnit interface
using the JDK's Currency . |
MoneyCurrency.Builder |
Platform RI: Builder class that supports building complex instances of
MoneyCurrency . |
RoundedMoney |
Platform RI: Default immutable implementation of
MonetaryAmount based
on BigDecimal for the numeric representation. |
Exception | Description |
---|---|
CurrencyMismatchException |
Exception thrown when the currency of a
MonetaryAmount passed to
arithmetic operations on another MonetaryAmount is not compatible. |
UnknownCurrencyException |
Exception thrown when the requested currency is unknown to the currency
system in use.
|
Copyright © 2012–2013 JSR 354 - Expert Group. All rights reserved.