class X::Str::Numeric is Exception { }

当从字符串到数字的转换失败时抛出错误(或包装在 Failure 中)。

例如

say +"42 answers";
CATCH { default { put .^name''.Str } };
# OUTPUT: «X::Str::Numeric: Cannot convert string to number: trailing characters after number in '42⏏ answers' (indicated by ⏏)␤»

方法§

方法源§

method source(--> Str:D)

返回尝试转换为数字的字符串

方法 pos§

method pos(--> Int:D)

给出解析失败的字符串中的位置。

方法 reason§

method reason(--> Int:D)

转换失败原因的文字描述。

类型图§

X::Str::Numeric 的类型关系
raku-type-graph 中文 Numeric 中文 Numeric Real 中文 Real Real->Numeric 中文 Mu 中文 Mu Any 中文 Any Any->Mu 中文 Cool 中文 Cool Cool->Any 中文 Complex 中文 Complex Complex->Numeric 中文 Complex->Cool 中文 Stringy 中文 Stringy Str 中文 Str Str->Cool 中文 Str->Stringy 中文 Allomorph 中文 Allomorph Allomorph->Str 中文 ComplexStr 中文 ComplexStr ComplexStr->Complex 中文 ComplexStr->Allomorph 中文 Num 中文 Num Num->Real 中文 Num->Cool 中文 Instant 中文 Instant Instant->Real 中文 Instant->Cool 中文 Duration 中文 Duration Duration->Real 中文 Duration->Cool 中文 Rational 中文 Rational Rational->Real 中文 Int 中文 Int Int->Real 中文 Int->Cool 中文 NumStr 中文 NumStr NumStr->Allomorph 中文 NumStr->Num 中文 atomicint 中文 atomicint atomicint->Int 中文 Bool 中文 Bool Bool->Int 中文 IntStr 中文 IntStr IntStr->Allomorph 中文 IntStr->Int 中文 Order 中文 Order Order->Int 中文 Signal 中文 Signal Signal->Int 中文 int 中文 int int->Int 中文 Endian 中文 Endian Endian->Int 中文 PromiseStatus 中文 PromiseStatus PromiseStatus->Int 中文 FatRat 中文 FatRat FatRat->Cool 中文 FatRat->Rational 中文 Rat 中文 Rat Rat->Cool 中文 Rat->Rational 中文

展开上面的图表