uk.ac.man.bioinf.apps.systemevents
Class SystemVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.bioinf.apps.systemevents.SystemVetoException
All Implemented Interfaces:
Serializable

public class SystemVetoException
extends Exception

SystemVetoException.java Created: Thu Apr 15 17:23:20 1999

Version:
$Id: SystemVetoException.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord
See Also:
Serialized Form

Constructor Summary
SystemVetoException(String message, SystemEvent event)
           
 
Method Summary
 SystemEvent getSystemEvent()
           
 
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

SystemVetoException

public SystemVetoException(String message,
                           SystemEvent event)
Method Detail

getSystemEvent

public SystemEvent getSystemEvent()