KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > PropertyVetoException

java.beans
Class PropertyVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.beans.PropertyVetoException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public PropertyChangeEvent getPropertyChangeEvent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PropertyVetoException(String mess,
                             PropertyChangeEvent evt)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags