Summer.Batch.Infrastructure.Item.ItemReaderException Class Reference

A base exception class that all exceptions thrown from an IItemReader extend. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.ItemReaderException:
Summer.Batch.Infrastructure.Item.NonTransientResourceException Summer.Batch.Infrastructure.Item.ParseException Summer.Batch.Infrastructure.Item.ReaderNotOpenException Summer.Batch.Infrastructure.Item.UnexpectedInputException Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException Summer.Batch.Extra.Ebcdic.EbcdicParseException Summer.Batch.Infrastructure.Item.File.FlatFileParseException

Public Member Functions

 ItemReaderException (string message, Exception exception)
 Creates a new ItemReaderException based on a message and another exception. More...
 
 ItemReaderException (string message)
 Creates a new ItemReaderException based on a message. More...
 
 ItemReaderException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Detailed Description

A base exception class that all exceptions thrown from an IItemReader extend.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.ItemReaderException.ItemReaderException ( string  message,
Exception  exception 
)

Creates a new ItemReaderException based on a message and another exception.

Parameters
messagethe error message
exceptionthe inner exception
Summer.Batch.Infrastructure.Item.ItemReaderException.ItemReaderException ( string  message)

Creates a new ItemReaderException based on a message.

Parameters
messagethe error message
Summer.Batch.Infrastructure.Item.ItemReaderException.ItemReaderException ( SerializationInfo  info,
StreamingContext  context 
)

Constructor for deserialization.

Parameters
infothe info holding the serialization data
contextthe serialization context

The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/ItemReaderException.cs