0.10.8-alpha
ca.uqac.lif.cep.functions.FunctionException Class Reference

Generic class for any exception thrown during the evaluation of a function. More...

Public Member Functions

 FunctionException (Throwable t)
 Creates an exception from a throwable object. More...
 
 FunctionException (String message)
 Creates an exception from a string message. More...
 

Detailed Description

Generic class for any exception thrown during the evaluation of a function.

Author
Sylvain Hallé
Since
0.3

Definition at line 26 of file FunctionException.java.

Constructor & Destructor Documentation

◆ FunctionException() [1/2]

ca.uqac.lif.cep.functions.FunctionException.FunctionException ( Throwable  t)

Creates an exception from a throwable object.

Parameters
tThe throwable object

Definition at line 39 of file FunctionException.java.

◆ FunctionException() [2/2]

ca.uqac.lif.cep.functions.FunctionException.FunctionException ( String  message)

Creates an exception from a string message.

Parameters
messageThe message

Definition at line 50 of file FunctionException.java.


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