de.dfleischhacker.uni.thesis.utils.alignment
Class InvalidAlignmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfleischhacker.uni.thesis.utils.alignment.InvalidAlignmentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAlignmentException
extends java.lang.Exception

This exception is thrown if the validation of an alignment against some ontology fails. The exception's message contains a mote detailed error description.

See Also:
Serialized Form

Constructor Summary
InvalidAlignmentException(java.lang.String message)
          Initializes this exception using the given error 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

InvalidAlignmentException

public InvalidAlignmentException(java.lang.String message)
Initializes this exception using the given error message

Parameters:
message - error message