uk.ac.man.bioinf.sequence.event
Class SequenceVetoException

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

public class SequenceVetoException
extends Exception

SequenceVetoException.java An exception thrown when an object vetos a sequence change event. Created: Tue Feb 15 21:08:31 2000

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

Constructor Summary
SequenceVetoException(String message, SequenceEvent event)
          The constructor; storing the event as well as source
 
Method Summary
 SequenceEvent getEvent()
          Returns the sequence event that the veto objected to
 
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

SequenceVetoException

public SequenceVetoException(String message,
                             SequenceEvent event)
The constructor; storing the event as well as source

Method Detail

getEvent

public SequenceEvent getEvent()
Returns the sequence event that the veto objected to

Returns:
the sequence event