de.fzi.kadmos.api
Class IncompatibleAlignmentsException

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

public class IncompatibleAlignmentsException
extends KADMOSException

Exception indicating that two alignments are incompatible. This could happen, for instance, if two alignments are to be merged that refer to different pairs of ontologies.

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

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

IncompatibleAlignmentsException

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

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

IncompatibleAlignmentsException

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

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


Copyright © 2012. All Rights Reserved.