BeanIO 1.2.3

org.beanio.types
Class TypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.beanio.types.TypeConversionException
All Implemented Interfaces:
Serializable

public class TypeConversionException
extends Exception

Thrown when field text cannot be parsed into a value object.

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

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

TypeConversionException

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

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

TypeConversionException

public TypeConversionException(String message)
Constructs a new TypeConversionException.

Parameters:
message - the error message

TypeConversionException

public TypeConversionException(Throwable cause)
Constructs a new TypeConversionException.

Parameters:
cause - the root cause

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim