de.fzi.kadmos.api
Class IncompatibleOntologyException

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.IncompatibleOntologyException
All Implemented Interfaces:
Serializable

public class IncompatibleOntologyException
extends KADMOSException

Exception indicating that an alignment or correspondence is incompatible with an ontology. This could happen, for instance, if a correspondence is added to an alignment whose ontologies' signatures do not contain the corresponding entities.

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

Constructor Summary
IncompatibleOntologyException(String message)
          Creates a new IncompatibleOntologyException with description message.
IncompatibleOntologyException(String message, Throwable cause)
          Creates a new IncompatibleOntologyException with description message and cause.
 
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

IncompatibleOntologyException

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

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

IncompatibleOntologyException

public IncompatibleOntologyException(String message,
                                     Throwable cause)
Creates a new IncompatibleOntologyException with description message and cause.

Parameters:
message - Message describing the problem.
cause - Cause of this exception.
Since:
1.3.0


Copyright © 2012. All Rights Reserved.