BeanIO 1.2.3

org.beanio
Class BeanIOConfigurationException

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.BeanIOConfigurationException
All Implemented Interfaces:
Serializable

public class BeanIOConfigurationException
extends BeanIOException

Exception thrown when an invalid BeanIO mapping configuration file is loaded.

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

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

BeanIOConfigurationException

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

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

BeanIOConfigurationException

public BeanIOConfigurationException(String message)
Constructs a new BeanIOConfigurationException.

Parameters:
message - the error message

BeanIOConfigurationException

public BeanIOConfigurationException(Throwable cause)
Constructs a new BeanIOConfigurationException.

Parameters:
cause - the root cause

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim