Summer.Batch.Extra.Ebcdic.EbcdicParseException Class Reference

Exception throw by the EbcdicFileReader when there is an error reading an EBCDIC file. More...

Inheritance diagram for Summer.Batch.Extra.Ebcdic.EbcdicParseException:
Summer.Batch.Infrastructure.Item.ParseException Summer.Batch.Infrastructure.Item.ItemReaderException

Public Member Functions

 EbcdicParseException (string message, System.Exception exception)
 Custom constructor with a message and a inner exception More...
 
 EbcdicParseException (string message)
 Custom constructor with a message More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.ParseException
 ParseException (string message, Exception exception)
 Create a new ParseException based on a message and another exception. More...
 
 ParseException (string message)
 Create a new ParseException based on a message. More...
 
 ParseException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.ItemReaderException
 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

Exception throw by the EbcdicFileReader when there is an error reading an EBCDIC file.

Constructor & Destructor Documentation

Summer.Batch.Extra.Ebcdic.EbcdicParseException.EbcdicParseException ( string  message,
System.Exception  exception 
)

Custom constructor with a message and a inner exception

Parameters
message
exception
Summer.Batch.Extra.Ebcdic.EbcdicParseException.EbcdicParseException ( string  message)

Custom constructor with a message

Parameters
message

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Ebcdic/EbcdicParseException.cs