const class sys::ParseErr
sys::Obj
sys::Err
sys::ParseErr
Source
ParseErr indicates an invalid string format which cannot be parsed. It is often used with fromStr
and fromLocale
methods.
-
make
-
new make(Str msg := "", Err? cause := null)
Source
Construct with specified error message and optional root cause.