public class XBFractionDigitsVioException extends XBConsVioException
| Constructor and Description |
|---|
XBFractionDigitsVioException(java.math.BigDecimal value)
Creates exception object with standard message:
"value of <value> violates fractionDigits constraint."
|