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

浮動小数点値に整数型に変換する際に、整数型の範囲が小さすぎて結果を保持しきれない場合などに、オーバーフロー例外を通知します。


コンストラクタ
default:新しい OverflowException を作成します。
コンストラクタ public {OverflowException.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 {OverflowException.default
operator:any = null,
operand1:any = null,
operand2:any = null,
message:String
}

新しい OverflowException を作成します。

注意事項

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



プロパティ詳細


メソッド詳細