annotate src/de/mpiwg/itgroup/eSciDoc/exceptions/ObjectNotUniqueError.java @ 21:a3f9a9ecdd42 default tip

UTF-8 problem bei AddConeIds solved Neue Funktion zum Austuschen der Cone id'S beim editor
author dwinter
date Mon, 28 Oct 2013 14:53:43 +0100
parents 58b52df9763c
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 }