static let decimalNumberExactnessException : NSExceptionName
The exception raised if there is an exactness error.
正確さエラーがあるならば引き起こされる例外。
static let decimalNumberUnderflowException : NSExceptionName
The exception raised on underflow.
アンダーフローにおいて引き起こされる例外。
static let decimalNumberDivideByZeroException : NSExceptionName
The exception raised on divide by zero.
ゼロによる除算において引き起こされる例外。