*copyc PMC$INTERNAL_BASE_EXCEPTION

  {PMDTRER : System Time Requests : 'PM' 9930 .. 9939 }
  CONST
    pme$invalid_millisecond         = pmc$internal_base_exception + 30,
                                     {E Incorrect millisecond specified: +P.}

    pme$invalid_second              = pmc$internal_base_exception + 31,
                                     {E Incorrect second specified: +P.}

    pme$invalid_minute              = pmc$internal_base_exception + 32,
                                     {E Incorrect minute specified: +P.}

    pme$invalid_hour                = pmc$internal_base_exception + 33,
                                     {E Incorrect hour specified: +P.}

    pme$invalid_month               = pmc$internal_base_exception + 34,
                                     {E Incorrect month specified: +P.}

    pme$invalid_day                 = pmc$internal_base_exception + 35,
                                     {E Incorrect day specified: +P.}

    pme$invalid_year                = pmc$internal_base_exception + 36,
                                     {E Incorrect year specified: +P.}

    pme$computed_year_out_of_range  = pmc$internal_base_exception + 37,
                                     {E Computed value for the year is out of range.}

    pme$compute_overflow            = pmc$internal_base_exception + 38,
                                     {E Arithmetic overflow occurred during computation.}

    pme$invalid_time_zone           = pmc$internal_base_exception + 39;
                                     {E Incorrect time zone specified.}


