* if the structure of the file seems inappropriate.
*/
public static Duration fromCita(String line) throws DataValueException,
DataStructureException {
// Declaring the variables
Trip trip;
short duration = 0;
// initializing the trip
// the trip ID is contained at beginning of line, between "&" and "A"
try {