Package org.beanio
Class BeanIOConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.beanio.BeanIOException
-
- org.beanio.BeanIOConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class BeanIOConfigurationException extends BeanIOException
Exception thrown when an invalid BeanIO configuration file is loaded.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanIOConfigurationException(java.lang.String message)
Constructs a newBeanIOConfigurationException
.BeanIOConfigurationException(java.lang.String message, java.lang.Throwable cause)
Constructs a newBeanIOConfigurationException
.BeanIOConfigurationException(java.lang.Throwable cause)
Constructs a newBeanIOConfigurationException
.
-
-
-
Constructor Detail
-
BeanIOConfigurationException
public BeanIOConfigurationException(java.lang.String message, java.lang.Throwable cause)
Constructs a newBeanIOConfigurationException
.- Parameters:
message
- the error messagecause
- the root cause
-
BeanIOConfigurationException
public BeanIOConfigurationException(java.lang.String message)
Constructs a newBeanIOConfigurationException
.- Parameters:
message
- the error message
-
BeanIOConfigurationException
public BeanIOConfigurationException(java.lang.Throwable cause)
Constructs a newBeanIOConfigurationException
.- Parameters:
cause
- the root cause
-
-