0.10.8-alpha
|
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... | |
Generic class for any exception thrown in the lifecycle of a processor.
Definition at line 26 of file ProcessorException.java.
ca.uqac.lif.cep.ProcessorException.ProcessorException | ( | Throwable | t | ) |
Creates an exception from a throwable object.
t | The throwable object |
Definition at line 39 of file ProcessorException.java.
ca.uqac.lif.cep.ProcessorException.ProcessorException | ( | String | message | ) |
Creates an exception from a string message.
message | The message |
Definition at line 50 of file ProcessorException.java.