public class KettleConversionException extends KettleException
| Constructor and Description | 
|---|
KettleConversionException()
Constructs a new throwable with null as its detail message. 
 | 
KettleConversionException(String message,
                         List<Exception> causes,
                         List<ValueMetaInterface> fields,
                         Object[] rowData)
Constructs a new throwable with the specified detail message and cause. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Exception> | 
getCauses()  | 
List<ValueMetaInterface> | 
getFields()  | 
Object[] | 
getRowData()  | 
void | 
setCauses(List<Exception> causes)  | 
void | 
setFields(List<ValueMetaInterface> fields)  | 
void | 
setRowData(Object[] rowData)  | 
getMessage, getSuperMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KettleConversionException()
public KettleConversionException(String message, List<Exception> causes, List<ValueMetaInterface> fields, Object[] rowData)
message - the detail message (which is saved for later retrieval by the getMessage() method).causes - the causes of the conversion errorsfields - the failing fieldsrowData - the row with the failed fields set to null.public List<ValueMetaInterface> getFields()
public void setFields(List<ValueMetaInterface> fields)
fields - the fields to setpublic Object[] getRowData()
public void setRowData(Object[] rowData)
rowData - the rowData to set