org.beanio
Class BeanReaderIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanio.BeanIOException
org.beanio.BeanReaderException
org.beanio.BeanReaderIOException
- All Implemented Interfaces:
- Serializable
public class BeanReaderIOException
- extends BeanReaderException
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.
- 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 |
BeanReaderIOException
public BeanReaderIOException(String message,
Throwable cause)
- Constructs a new BeanReaderIOException.
- Parameters:
message
- the error messagecause
- the root cause
BeanReaderIOException
public BeanReaderIOException(BeanReaderContext context,
String message,
Throwable cause)
- Constructs a new BeanReaderIOException.
- Parameters:
context
- the current context of the bean readermessage
- the error messagecause
- the root cause
BeanReaderIOException
public BeanReaderIOException(BeanReaderContext context,
String message)
- Constructs a new BeanReaderIOException.
- Parameters:
context
- the current context of the bean readermessage
- the error message
Copyright © 2010-2012 Kevin Seim