org.tm4j.topicmap
Class DuplicateObjectIDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.topicmap.TopicMapProcessingException
              extended byorg.tm4j.topicmap.DuplicateObjectIDException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateObjectIDException
extends TopicMapProcessingException

Indicates that two different objects in a topic map were found to have the same "unique" ID.

Author:
Kal Ahmed, Harald Kuhn
See Also:
Serialized Form

Constructor Summary
DuplicateObjectIDException()
          Constructs a new duplicate object ID exception without a detail message.
DuplicateObjectIDException(java.lang.Exception cause)
           
DuplicateObjectIDException(java.lang.String msg)
           
DuplicateObjectIDException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class org.tm4j.topicmap.TopicMapProcessingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateObjectIDException

public DuplicateObjectIDException()
Constructs a new duplicate object ID exception without a detail message.


DuplicateObjectIDException

public DuplicateObjectIDException(java.lang.String msg)

DuplicateObjectIDException

public DuplicateObjectIDException(java.lang.Exception cause)

DuplicateObjectIDException

public DuplicateObjectIDException(java.lang.String msg,
                                  java.lang.Exception cause)