|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.beanio.types.TypeConversionException
public class TypeConversionException
Thrown when field text cannot be parsed into a value object.
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 |
---|
public TypeConversionException(String message, Throwable cause)
message
- the error messagecause
- the root causepublic TypeConversionException(String message)
message
- the error messagepublic TypeConversionException(Throwable cause)
cause
- the root cause
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |