jsky.timeline
Class DetailedPropertyVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.beans.PropertyVetoException
jsky.timeline.DetailedPropertyVetoException
- All Implemented Interfaces:
- Serializable
public class DetailedPropertyVetoException
- extends PropertyVetoException
Extends the PropertyVetoException and adds more detailed fields on why the propery
change event is being vetoed.
This code was developed by NASA, Goddard Space Flight Center, Code 588
for the Scientist's Expert Assistant (SEA) project.
- Version:
- 08/19/99
- Author:
- M. Fishman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DetailedPropertyVetoException
public DetailedPropertyVetoException(Object vetoSource,
String vetoReasonType,
String mess,
PropertyChangeEvent evt)
- constructor
- Parameters:
vetoSource
- the object that is throwing the veto exceptionvetoReasonType
- the reason type for why the property change was vetoedmess
- Descriptive messageevt
- A PropertyChangeEvent describing the vetoed change.
getVetoSource
public Object getVetoSource()
- get the source of the veto exception
getVetoReasonType
public String getVetoReasonType()
- get the reasoning type for this veto exception
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.