public RoundingMode getRoundingMode ()

Gets the java.math.RoundingMode used in this NumberFormat. The default implementation of this method in NumberFormat always throws java.lang.UnsupportedOperationException. Subclasses which handle different rounding modes should override this method.

Returns:  The RoundingMode used for this NumberFormat.

Exceptions:
UnsupportedOperationException    The default implementation always throws this exception

See also:
setRoundingMode(RoundingMode)

Since:  1.6