![]() |
Synthia
Generic and flexible data structure generator
|
An exception to throw to prevent the pick method of a PickIf picker from falling into an infinite loop.
Definition at line 28 of file GiveUpException.java.

Public Member Functions | |
| GiveUpException () | |
| Creates a new exception with the default message. More... | |
| GiveUpException (String message) | |
| Creates a new exception. More... | |
| GiveUpException (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.GiveUpException.GiveUpException | ( | ) |
Creates a new exception with the default message.
Definition at line 44 of file GiveUpException.java.
| ca.uqac.lif.synthia.GiveUpException.GiveUpException | ( | String | message | ) |
Creates a new exception.
| message | The message associated to this exception |
Definition at line 50 of file GiveUpException.java.
| ca.uqac.lif.synthia.GiveUpException.GiveUpException | ( | Throwable | t | ) |
Creates a new exception.
| t | The throwable associated to this exception |
Definition at line 56 of file GiveUpException.java.