de.fzi.kadmos.api
Class MultiplicityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fzi.kadmos.api.KADMOSException
              extended by de.fzi.kadmos.api.MultiplicityException
All Implemented Interfaces:
Serializable

public class MultiplicityException
extends KADMOSException

Exception indicating that the multiplicity of a given alignment is violated. In 1:1 alignments, no entity from neither of the two ontologies can participate in more than one correspondence. In 1:n alignments, entities of ontology 1 cannot participate in more than one correspondence, while entites of ontology 2 can.

Since:
1.0.0
Version:
1.3.0
Author:
Juergen Bock
See Also:
Serialized Form

Constructor Summary
MultiplicityException(String message)
          Creates a new MultiplicityException with description message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

MultiplicityException

public MultiplicityException(String message)
Creates a new MultiplicityException with description message.

Parameters:
message - Message describing the problem.
Since:
1.0.0


Copyright © 2012. All Rights Reserved.