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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SequenceVetoException
public SequenceVetoException(String message,
SequenceEvent event)
- The constructor; storing the event as well as source
getEvent
public SequenceEvent getEvent()
- Returns the sequence event that the veto objected to
- Returns:
- the sequence event