|
||||||||||
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.EmptyValueConversionRuleException
public class EmptyValueConversionRuleException
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 empty.
Constructor Summary | |
---|---|
EmptyValueConversionRuleException()
The default empty constructor. |
|
EmptyValueConversionRuleException(ErrorType errorType)
Constructor. |
|
EmptyValueConversionRuleException(ErrorType errorType,
String[] params)
Constructor. |
|
EmptyValueConversionRuleException(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 EmptyValueConversionRuleException()
public EmptyValueConversionRuleException(String[] params)
params
- the parameters listpublic EmptyValueConversionRuleException(ErrorType errorType)
errorType
- error typepublic EmptyValueConversionRuleException(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 |