Changeset 297
- Timestamp:
- 01/29/10 11:22:25 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/webservice/biomart/IDMapperBiomart.java
r247 r297 122 122 123 123 if (!stub.availableMarts().contains(mart)) { 124 throw new IDMapperException("Mart not exist.");124 throw new IDMapperException("Mart " + mart + " doesn't exist."); 125 125 } 126 126
