Class OptionsVetoException

All Implemented Interfaces:
Serializable

public class OptionsVetoException extends RuntimeException
Intended to be thrown from OptionsChangeListener.optionsChanged(ToolOptions, String, Object, Object) to signal that the setting of an option property is invalid and should not happen.
See Also:
  • Constructor Details

    • OptionsVetoException

      public OptionsVetoException(String message)