Example #1
0
 DisabledButtonException(Button button) {
   _name = button.getName();
   _value = button.getValue();
 }