org.tm4j.topicmap.utils.HelperBase .logVetoedChange(java.beans.PropertyVetoException exc)

Description

Logs a message about an attempted property change that has been vetoed by a registered VetoableChangeListener, and has therefore been rolled back. The message is logged at the "warn" level.

Parameters
java.beans.PropertyVetoException exc the {@link PropertyVetoException} a {@link VetoableChangeListener} threw when it deemed a particular property change inappropriate or invalid.

Other Resources

Related Topics

Has Parameters