BeanIO 1.2.3

Package org.beanio

Core bean reader/writer API.

See:
          Description

Interface Summary
BeanReader Interface for readers capable of reading bean objects from an input stream.
BeanReaderContext When a BeanReaderException is thrown, all errors and the current state of the BeanReader can be accessed from the BeanReaderContext.
BeanReaderErrorHandler Optional bean reader error handler callback.
BeanWriter Interface for writers capable of writing bean objects to an output stream.
 

Class Summary
BeanReaderErrorHandlerSupport Provides support for BeanReaderErrorHandler implementations.
StreamFactory A StreamFactory manages stream mapping configurations and is used create BeanWriter and BeanReader instances.
 

Exception Summary
BeanIOConfigurationException Exception thrown when an invalid BeanIO mapping configuration file is loaded.
BeanIOException Base class for all exceptions thrown by the BeanIO framework.
BeanReaderException A subclass of BeanReaderException is thrown for any exception that occurs while using a BeanReader to read from an input stream.
BeanReaderIOException A BeanReaderIOException is thrown when a BeanReader's underlying input stream throws an IOException or another otherwise fatal error occurs during the parsing of an input stream.
BeanWriterException A subclass of BeanWriterException is thrown for any exception that occurs while using a BeanWriter to write to an output stream.
BeanWriterIOException A BeanWriterIOException is thrown when a BeanWriter's underlying output stream throws an IOException or another otherwise fatal error occurs while using a BeanWriter.
InvalidRecordException Exception thrown when a record or one of its fields does not pass validation.
MalformedRecordException Exception thrown when a record cannot be parsed.
UnexpectedRecordException An UnexpectedRecordException is thrown when the record type of last record read from the underlying input stream is out of order as defined by the stream configuration.
UnidentifiedRecordException An UnidentifiedRecordException is thrown when the record type of the last record read from the input stream could not be determined.
 

Package org.beanio Description

Core bean reader/writer API.


BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim