Project

General

Profile

« Previous | Next » 

Revision 4950

Added by daigle almost 15 years ago

Add archival read funtionality (jar/kar/war files)

View differences:

PropertyService.java
45 45
import edu.ucsb.nceas.utilities.PropertiesMetaData;
46 46
import edu.ucsb.nceas.utilities.PropertyNotFoundException;
47 47
import edu.ucsb.nceas.utilities.SortedProperties;
48
import edu.ucsb.nceas.utilities.UtilException;
49 48

  
50 49
/**
51 50
 * A suite of utility classes for the metadata configuration utility
......
223 222
		} catch (GeneralPropertyException gpe) {
224 223
			throw new ServiceException("General properties problem while loading properties: "
225 224
					+ gpe.getMessage());
226
		} catch (UtilException ue) {
225
		} catch (MetacatUtilException ue) {
227 226
			throw new ServiceException("Utilities problem while loading properties: "
228 227
					+ ue.getMessage());
229 228
		} 

Also available in: Unified diff