|
||||||||||
| 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
public class ConversionRuleException
Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot
be produced due to some problems (i.e. with type casting).
| Constructor Summary | |
|---|---|
ConversionRuleException()
The default empty constructor. |
|
ConversionRuleException(ErrorType errorType)
Constructor. |
|
ConversionRuleException(ErrorType errorType,
String[] params)
Constructor. |
|
ConversionRuleException(String[] params)
Constructs a new exception with the specified list of parameters. |
|
| Method Summary | |
|---|---|
ErrorType |
getErrorType()
|
String[] |
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 ConversionRuleException()
public ConversionRuleException(String[] params)
params - the parameters listpublic ConversionRuleException(ErrorType errorType)
errorType - error type
public ConversionRuleException(ErrorType errorType,
String[] params)
errorType - error typeparams - parameter list| Method Detail |
|---|
public final String[] getParams()
public final ErrorType getErrorType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||