DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 437 (0x1b5) Types: TextFile Names: »V«
└─⟦db1c56801⟧ Bits:30000748 8mm tape, Rational 1000, TESTMATE 2_2_0 └─ ⟦866d14df1⟧ »DATA« └─⟦97c804b2f⟧ └─⟦this⟧
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;