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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlignmentVetoException
public AlignmentVetoException(String message,
AlignmentEvent event)
- Constructor; includes reference to the event which spawned the veto.
getEvent
public AlignmentEvent getEvent()
- Returns the multiple sequence event that spawned the veto.
- Returns:
- the event