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

Detailed Description

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.

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

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

Constructor & Destructor Documentation

◆ GiveUpException() [1/3]

ca.uqac.lif.synthia.GiveUpException.GiveUpException ( )

Creates a new exception with the default message.

Definition at line 44 of file GiveUpException.java.

◆ GiveUpException() [2/3]

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

Creates a new exception.

Parameters
messageThe message associated to this exception

Definition at line 50 of file GiveUpException.java.

◆ GiveUpException() [3/3]

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

Creates a new exception.

Parameters
tThe throwable associated to this exception

Definition at line 56 of file GiveUpException.java.


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