logo

const class

sys::ArgErr

sys::Obj
  sys::Err
    sys::ArgErr
//
// Copyright (c) 2006, Brian Frank and Andy Frank
// Licensed under the Academic Free License version 3.0
//
// History:
//   21 Jun 06  Brian Frank  Creation
//

**
** ArgErr indicates an invalid argument was passed.
**
const class ArgErr : Err
{

  **
  ** Construct with specified error message and optional root cause.
  **
  new make(Str msg := null, Err cause := null)

}

More Info

Slots