Synthia
Generic and flexible data structure generator
ca.uqac.lif.synthia.PickerException Class Reference

Detailed Description

Generic runtime exception thrown by the Picker interface.

Definition at line 26 of file PickerException.java.

Inheritance diagram for ca.uqac.lif.synthia.PickerException:

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...
 

Constructor & Destructor Documentation

◆ PickerException() [1/2]

ca.uqac.lif.synthia.PickerException.PickerException ( Throwable  t)

Creates a new picker exception from a throwable.

Parameters
tThe throwable

Definition at line 37 of file PickerException.java.

◆ PickerException() [2/2]

ca.uqac.lif.synthia.PickerException.PickerException ( String  message)

Creates a new picker exception from a message.

Parameters
messageThe message

Definition at line 46 of file PickerException.java.


The documentation for this class was generated from the following file: