DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦7eeed2145⟧ TextFile

    Length: 437 (0x1b5)
    Types: TextFile
    Names: »V«

Derivation

└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0
    └─ ⟦866d14df1⟧ »DATA« 
        └─⟦97c804b2f⟧ 
            └─⟦this⟧ 

TextFile

package Po_Exceptions is

  -- Exceptions relative to an invalid PO specification.
  Name_Error   : exception;
  Lock_Error   : exception;
  Status_Error : exception;
  Mode_Error   : exception;

  -- Exceptions relative to an invalid PO data format.
  Data_Error  : exception;
  Class_Error : exception;
  File_Error  : exception;

  -- Abort exception after an error has been reported.
  Reported_Error : exception;

end Po_Exceptions;