BeanIO 1.2.3

org.beanio
Class BeanWriterException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanWriterIOException

public abstract class BeanWriterException
extends BeanIOException

A subclass of BeanWriterException is thrown for any exception that occurs while using a BeanWriter to write to an output stream.

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

Constructor Summary
BeanWriterException(String message)
          Constructs a new BeanWriterException.
BeanWriterException(String message, Throwable cause)
          Constructs a new BeanWriterException.
BeanWriterException(Throwable cause)
          Constructs a new BeanWriterException.
 
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

BeanWriterException

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

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

BeanWriterException

public BeanWriterException(String message)
Constructs a new BeanWriterException.

Parameters:
message - the error message

BeanWriterException

public BeanWriterException(Throwable cause)
Constructs a new BeanWriterException.

Parameters:
cause - the root cause

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim