BeanIO 1.2.3

org.beanio
Class BeanIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.beanio.BeanIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanIOConfigurationException, BeanReaderException, BeanWriterException

public class BeanIOException
extends RuntimeException

Base class for all exceptions thrown by the BeanIO framework.

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

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

BeanIOException

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

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

BeanIOException

public BeanIOException(String message)
Constructs a new BeanIOException.

Parameters:
message - the error message

BeanIOException

public BeanIOException(Throwable cause)
Constructs a new BeanIOException.

Parameters:
cause - the root cause

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim