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

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

public class AlignmentFormatException
extends java.lang.Exception

Thrown if a format error occurs while loading an alignment.

See Also:
Serialized Form

Constructor Summary
AlignmentFormatException(java.lang.String 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

AlignmentFormatException

public AlignmentFormatException(java.lang.String message)