Package jadex.commons.beans
Class PropertyVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jadex.commons.beans.PropertyVetoException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyVetoException extends java.lang.Exception
Indicates that a proposed property change is unacceptable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyVetoException(java.lang.String message, PropertyChangeEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyChangeEvent
getPropertyChangeEvent()
-
-
-
Constructor Detail
-
PropertyVetoException
public PropertyVetoException(java.lang.String message, PropertyChangeEvent event)
- Parameters:
message
- A description of the veto.event
- The event that was vetoed.
-
Method Detail
-
getPropertyChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
- Returns:
- An instance of
PropertyChangeEvent
-
-
-