|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException
pl.edu.agh.cast.importer.base.exceptions.WrongValueConversionRuleException
public class WrongValueConversionRuleException
Thrown when a ConversionRule
tries to convert a given data row into a specified data type, which cannot
be done due to the value being incorrect (i.e. incorrect data type or format).
Constructor Summary | |
---|---|
WrongValueConversionRuleException()
The default empty constructor. |
|
WrongValueConversionRuleException(ErrorType errorType)
Constructor. |
|
WrongValueConversionRuleException(ErrorType errorType,
String[] params)
Constructor. |
|
WrongValueConversionRuleException(String[] params)
Constructs a new exception with the specified list of parameters. |
Method Summary |
---|
Methods inherited from class pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException |
---|
getErrorType, getParams |
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 WrongValueConversionRuleException()
public WrongValueConversionRuleException(String[] params)
params
- the parameters listpublic WrongValueConversionRuleException(ErrorType errorType)
errorType
- error typepublic WrongValueConversionRuleException(ErrorType errorType, String[] params)
errorType
- error typeparams
- parameter list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |