annotate src/de/mpiwg/itgroup/eSciDoc/exceptions/ObjectNotUniqueError.java @ 3:58b52df9763c

added update functionality if index.meta has changed
author dwinter
date Wed, 12 Jan 2011 11:00:14 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
58b52df9763c added update functionality if index.meta has changed
dwinter
parents:
diff changeset
1 package de.mpiwg.itgroup.eSciDoc.exceptions;
58b52df9763c added update functionality if index.meta has changed
dwinter
parents:
diff changeset
2
58b52df9763c added update functionality if index.meta has changed
dwinter
parents:
diff changeset
3 public class ObjectNotUniqueError extends Exception {
58b52df9763c added update functionality if index.meta has changed
dwinter
parents:
diff changeset
4
58b52df9763c added update functionality if index.meta has changed
dwinter
parents:
diff changeset
5 }