logo

const class

sys::NameErr

sys::Obj
  sys::Err
    sys::NameErr

NameErr indicates an attempt use an invalid name. See Uri.isName and Uri.checkName.

Slots

make

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

Construct with specified error message and optional root cause.

More Info

Slots