UnderflowException (クラス)
public UnderflowException {inherits ArithmeticException}
パッケージ: CURL.LANGUAGE.EXCEPTIONS

文字列から浮動小数点値への変換で、文字列で表現された値が小さすぎて浮動小数点値で表現できない場合などに生成される、アンダーフローを示します。


コンストラクタ
default:新しい UnderflowException を作成します。
コンストラクタ public {UnderflowException.default
operator:any = null,
operand1:any = null,
operand2:any = null,
message:String
}

プロパティ
プロパティ 継承 ArithmeticException: operand1, operand2, operator
プロパティ 継承 BasicThrowable: message, value

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {UnderflowException.default
operator:any = null,
operand1:any = null,
operand2:any = null,
message:String
}

新しい UnderflowException を作成します。

注意事項

パラメータの詳細については、ArithmeticException.default を参照してください。



プロパティ詳細


メソッド詳細