Summer.Batch.Core.Job.Builder.FlowBuilderException Class Reference

Utility exception thrown by builders when they encounter unexpected exceptions. More...

Inheritance diagram for Summer.Batch.Core.Job.Builder.FlowBuilderException:

Public Member Functions

 FlowBuilderException (string msg)
 Custom constructor with inner message. More...
 
 FlowBuilderException (Exception e)
 Custom constructor with inner exception. More...
 
 FlowBuilderException (string msg, Exception e)
 Custom constructor with inner message and exception. More...
 

Detailed Description

Utility exception thrown by builders when they encounter unexpected exceptions.

Constructor & Destructor Documentation

Summer.Batch.Core.Job.Builder.FlowBuilderException.FlowBuilderException ( string  msg)

Custom constructor with inner message.

Parameters
msg
Summer.Batch.Core.Job.Builder.FlowBuilderException.FlowBuilderException ( Exception  e)

Custom constructor with inner exception.

Parameters
e
Summer.Batch.Core.Job.Builder.FlowBuilderException.FlowBuilderException ( string  msg,
Exception  e 
)

Custom constructor with inner message and exception.

Parameters
msg
e

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