Exception: Canis::PropertyVetoException
- Defined in:
- lib/canis/core/widgets/rwidget.rb
Overview
The property change is not acceptable, undo it. e.g. test2.rb
Instance Attribute Summary collapse
- #event ⇒ Object readonly
- #string ⇒ Object readonly
Instance Method Summary collapse
-
#initialize(string, event) ⇒ PropertyVetoException
constructor
A new instance of PropertyVetoException.
Constructor Details
#initialize(string, event) ⇒ PropertyVetoException
Returns a new instance of PropertyVetoException.
152 153 154 155 156 |
# File 'lib/canis/core/widgets/rwidget.rb', line 152 def initialize(string, event) @string = string @event = event super(string) end |