0.10.8-alpha
ca.uqac.lif.cep.ProcessorException Class Reference

Generic class for any exception thrown in the lifecycle of a processor. More...

Public Member Functions

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

Detailed Description

Generic class for any exception thrown in the lifecycle of a processor.

Author
Sylvain Hallé
Since
0.6

Definition at line 26 of file ProcessorException.java.

Constructor & Destructor Documentation

◆ ProcessorException() [1/2]

ca.uqac.lif.cep.ProcessorException.ProcessorException ( Throwable  t)

Creates an exception from a throwable object.

Parameters
tThe throwable object

Definition at line 39 of file ProcessorException.java.

◆ ProcessorException() [2/2]

ca.uqac.lif.cep.ProcessorException.ProcessorException ( String  message)

Creates an exception from a string message.

Parameters
messageThe message

Definition at line 50 of file ProcessorException.java.


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