Documentation for this section has not yet been entered.
Type Reason Java.Lang.UnsupportedOperationException Java.Lang.UnsupportedOperationException 
Get method documentation [Android Documentation]
Returns the currency used by this number format.
 
 This implementation throws UnsupportedOperationException,
 concrete subclasses should override this method if they support currency
 formatting.
 
Set method documentation [Android Documentation]
Sets the currency used by this number format when formatting currency
 values. The min and max fraction digits remain the same.
 
 This implementation throws UnsupportedOperationException,
 concrete subclasses should override this method if they support currency
 formatting.