
*copyc PMC$INTERNAL_BASE_EXCEPTION
  {PMDDFER : Define Handler Exceptions : 'PM' 9902 .. 9905}
  CONST
    pme$nil_handler = pmc$internal_base_exception + 2,
    {E NIL handler on a define handler request}

    pme$handler_already_defined = pmc$internal_base_exception + 3,
    {E an attempt to replace a handler}

    pme$invalid_identifier = pmc$internal_base_exception + 4,
    {E monitor fault, system flag or signal identifier is in error}

    pme$define_privilege_error = pmc$internal_base_exception + 5;
    {E requestor does not have adequate privilege to define the handler}

