Searched defs:PropertyVetoException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyVetoException.java30 * A PropertyVetoException is thrown when a proposed change to a
35 class PropertyVetoException extends Exception { class in inherits:Exception
39 * Constructs a <code>PropertyVetoException</code> with a
45 public PropertyVetoException(String mess, PropertyChangeEvent evt) { method in class:PropertyVetoException

Completed in 1115 milliseconds