uk.ac.man.bioinf.sequence.alignment.event
Class AlignmentVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.bioinf.sequence.alignment.event.AlignmentVetoException
All Implemented Interfaces:
Serializable

public class AlignmentVetoException
extends Exception

AlignmentVetoExcception.java An exception thrown when an object vetos an alignment event. Created: Tue Feb 15 21:16:35 2000

Version:
$Id: AlignmentVetoException.java,v 1.3 2001/04/11 17:04:43 lord Exp $
Author:
J Selley
See Also:
Serialized Form

Constructor Summary
AlignmentVetoException(String message, AlignmentEvent event)
          Constructor; includes reference to the event which spawned the veto.
 
Method Summary
 AlignmentEvent getEvent()
          Returns the multiple sequence event that spawned the veto.
 
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

AlignmentVetoException

public AlignmentVetoException(String message,
                              AlignmentEvent event)
Constructor; includes reference to the event which spawned the veto.

Method Detail

getEvent

public AlignmentEvent getEvent()
Returns the multiple sequence event that spawned the veto.

Returns:
the event