BeanIO 2.0.4

org.beanio
Class BeanReaderIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.beanio.BeanIOException
                  extended by org.beanio.BeanReaderException
                      extended by org.beanio.BeanReaderIOException
All Implemented Interfaces:
Serializable

public class BeanReaderIOException
extends BeanReaderException

Exception thrown when a BeanReader's underlying input stream throws an IOException.

Since:
1.0
Author:
Kevin Seim
See Also:
Serialized Form

Constructor Summary
BeanReaderIOException(String message)
          Constructs a new BeanReaderIOException.
BeanReaderIOException(String message, IOException cause)
          Constructs a new BeanReaderIOException.
 
Method Summary
 IOException getCause()
           
 
Methods inherited from class org.beanio.BeanReaderException
getContext, getRecordContext, getRecordContext, getRecordCount, setRecordContext, setRecordContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanReaderIOException

public BeanReaderIOException(String message)
Constructs a new BeanReaderIOException.

Parameters:
message - the error message

BeanReaderIOException

public BeanReaderIOException(String message,
                             IOException cause)
Constructs a new BeanReaderIOException.

Parameters:
message - the error message
cause - the root cause
Method Detail

getCause

public IOException getCause()
Overrides:
getCause in class Throwable

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim