faa.tg.scenario
Class VetoExerciseReadyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.beans.PropertyVetoException
              extended by faa.tg.scenario.VetoExerciseReadyException
All Implemented Interfaces:
java.io.Serializable

public class VetoExerciseReadyException
extends java.beans.PropertyVetoException

 
See the source: VetoExerciseReadyException.java

Version:
$Id: VetoExerciseReadyException.java,v 3.1 2006/03/14 15:58:57 samf Exp $
Author:
David D'Auria SRC/FAA/ACT-510
See Also:
ExerciseReadyListener, ExerciseReadyEvent, ExerciseReadyAdapter, Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
VetoExerciseReadyException(java.beans.PropertyVetoException pve)
           
VetoExerciseReadyException(java.lang.String msg, java.beans.PropertyChangeEvent evt)
           
 
Method Summary
 
Methods inherited from class java.beans.PropertyVetoException
getPropertyChangeEvent
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Constructor Detail

VetoExerciseReadyException

public VetoExerciseReadyException(java.beans.PropertyVetoException pve)

VetoExerciseReadyException

public VetoExerciseReadyException(java.lang.String msg,
                                  java.beans.PropertyChangeEvent evt)