Summer.Batch.Core.Job.Flow.FlowExecutionException Class Reference

Exception used when an issue with the flow execution occurs. see Summer.Batch.Core.Job.Flow.Support.SimpleFlow for typical usages. More...

Inheritance diagram for Summer.Batch.Core.Job.Flow.FlowExecutionException:

Public Member Functions

 FlowExecutionException (string message)
 Custom constructor with a message. More...
 
 FlowExecutionException (string message, Exception cause)
 Custom constructor with a message and an inner cause. More...
 

Detailed Description

Exception used when an issue with the flow execution occurs. see Summer.Batch.Core.Job.Flow.Support.SimpleFlow for typical usages.

Constructor & Destructor Documentation

Summer.Batch.Core.Job.Flow.FlowExecutionException.FlowExecutionException ( string  message)

Custom constructor with a message.

Parameters
message
Summer.Batch.Core.Job.Flow.FlowExecutionException.FlowExecutionException ( string  message,
Exception  cause 
)

Custom constructor with a message and an inner cause.

Parameters
message
cause

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Job/Flow/FlowExecutionException.cs