![]() |
Synthia
Generic and flexible data structure generator
|
Generic runtime exception thrown by the Picker interface.
Definition at line 26 of file PickerException.java.

Public Member Functions | |
| 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.PickerException.PickerException | ( | Throwable | t | ) |
Creates a new picker exception from a throwable.
| t | The throwable |
Definition at line 37 of file PickerException.java.
| ca.uqac.lif.synthia.PickerException.PickerException | ( | String | message | ) |
Creates a new picker exception from a message.
| message | The message |
Definition at line 46 of file PickerException.java.