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

文字列から浮動小数点値への変換で解析に失敗した際などに生成される、解析失敗を示します。


コンストラクタ
default:新しい NumberParseFailedException を作成します。
コンストラクタ public {NumberParseFailedException.default
message:String,
str:String,
start:int
}

プロパティ
start:self.str 内で、失敗した解析が開始したオフセット位置。
フィールド public NumberParseFailedException.start:int
str:解析に失敗した String
フィールド public NumberParseFailedException.str:String
プロパティ 継承 ArithmeticException: operand1, operand2, operator
プロパティ 継承 BasicThrowable: message, value

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



コンストラクタ詳細
default (コンストラクタ)
public {NumberParseFailedException.default
message:String,
str:String,
start:int
}

新しい NumberParseFailedException を作成します。

str: 数値に解析された文字列。
start: str 内で、解析が失敗したオフセット位置。

注意事項

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



プロパティ詳細
start (フィールド)
public NumberParseFailedException.start:int

self.str 内で、失敗した解析が開始したオフセット位置。



str (フィールド)
public NumberParseFailedException.str:String

解析に失敗した String






メソッド詳細