BeanIO 1.2.3

org.beanio
Class BeanWriterIOException

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.BeanWriterException
                      extended by org.beanio.BeanWriterIOException
All Implemented Interfaces:
Serializable

public class BeanWriterIOException
extends BeanWriterException

A BeanWriterIOException is thrown when a BeanWriter's underlying output stream throws an IOException or another otherwise fatal error occurs while using a BeanWriter.

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

Constructor Summary
BeanWriterIOException(String message)
          Constructs a new BeanWriterIOException.
BeanWriterIOException(String message, Throwable cause)
          Constructs a new BeanWriterIOException.
BeanWriterIOException(Throwable cause)
          Constructs a new BeanWriterIOException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

BeanWriterIOException

public BeanWriterIOException(String message,
                             Throwable cause)
Constructs a new BeanWriterIOException.

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

BeanWriterIOException

public BeanWriterIOException(String message)
Constructs a new BeanWriterIOException.

Parameters:
message - the error message

BeanWriterIOException

public BeanWriterIOException(Throwable cause)
Constructs a new BeanWriterIOException.

Parameters:
cause - the root cause

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim