![]() |
Synthia
Generic and flexible data structure generator
|
An exception to throw when a picker can't pick an other element.
Definition at line 25 of file CannotShrinkException.java.

Public Member Functions | |
| CannotShrinkException (Picker<?> picker) | |
| Creates a new exception. More... | |
| CannotShrinkException (String message) | |
| Creates a new exception. More... | |
| CannotShrinkException (Throwable t) | |
| Creates a new exception. More... | |
Public Member Functions inherited from ca.uqac.lif.synthia.PickerException | |
| PickerException (Throwable t) | |
| Creates a new picker exception from a throwable. More... | |
| PickerException (String message) | |
| Creates a new picker exception from a message. More... | |
| ca.uqac.lif.synthia.CannotShrinkException.CannotShrinkException | ( | Picker<?> | picker | ) |
Creates a new exception.
| picker | The picker instance that cannot be shrunk |
Definition at line 41 of file CannotShrinkException.java.
| ca.uqac.lif.synthia.CannotShrinkException.CannotShrinkException | ( | String | message | ) |
Creates a new exception.
| message | The message associated to this exception |
Definition at line 50 of file CannotShrinkException.java.
| ca.uqac.lif.synthia.CannotShrinkException.CannotShrinkException | ( | Throwable | t | ) |
Creates a new exception.
| t | The throwable associated to this exception |
Definition at line 59 of file CannotShrinkException.java.