Package ghidra.util.bean.opteditor
Class OptionsVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.util.bean.opteditor.OptionsVetoException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptionsVetoException
-