org.beanio
Class UnidentifiedRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanio.BeanIOException
org.beanio.BeanReaderException
org.beanio.UnidentifiedRecordException
- All Implemented Interfaces:
- Serializable
public class UnidentifiedRecordException
- extends BeanReaderException
An UnidentifiedRecordException is thrown when the record type
of the last record read from the input stream could not be determined.
When strict record ordering is enforced by the stream configuration,
further reads from the same input stream will likely cause further
exceptions.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnidentifiedRecordException
public UnidentifiedRecordException(BeanReaderContext context,
String message)
- Constructs a new UnidentifiedRecordException.
- Parameters:
context
- the current context of the bean readermessage
- the error message
Copyright © 2010-2012 Kevin Seim