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:
 java.io.Serializable
public class OptionsVetoException extends java.lang.RuntimeExceptionIntended to be thrown fromOptionsChangeListener.optionsChanged(ToolOptions, String, Object, Object)to signal that the setting of an option property is invalid and should not happen.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OptionsVetoException(java.lang.String message) 
 -