logo

const class

sys::UnresolvedErr

sys::Obj
  sys::Err
    sys::UnresolvedErr
  1  //
  2  // Copyright (c) 2007, Brian Frank and Andy Frank
  3  // Licensed under the Academic Free License version 3.0
  4  //
  5  // History:
  6  //   24 Nov 07  Brian Frank  Creation
  7  //
  8  
  9  **
 10  ** UnresolvedErr indicates the failure to resolve a Uri to a resource.
 11  **
 12  const class UnresolvedErr : Err
 13  {
 14  
 15    **
 16    ** Construct with specified error message and optional root cause.
 17    **
 18    new make(Str msg := null, Err cause := null)
 19  
 20  }

More Info

Slots