logo

const class

sys::ParseErr

sys::Obj
  sys::Err
    sys::ParseErr

ParseErr indicates an invalid string format which cannot be parsed. It is often used with fromStr and fromLocale methods.

Slots

make

new make(Str msg := def, Err cause := def)

Construct with specified error message and optional root cause.

More Info

Slots