org.pentaho.di.core.exception
Class KettleConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleConversionException
- All Implemented Interfaces:
- Serializable
public class KettleConversionException
- extends KettleException
- See Also:
- Serialized Form
KettleConversionException
public KettleConversionException()
- Constructs a new throwable with null as its detail message.
KettleConversionException
public KettleConversionException(String message,
List<Exception> causes,
List<ValueMetaInterface> fields,
Object[] rowData)
- Constructs a new throwable with the specified detail message and cause.
- Parameters:
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.
getCauses
public List<Exception> getCauses()
- Returns:
- the causes
setCauses
public void setCauses(List<Exception> causes)
- Parameters:
causes
- the causes to set
getFields
public List<ValueMetaInterface> getFields()
- Returns:
- the fields
setFields
public void setFields(List<ValueMetaInterface> fields)
- Parameters:
fields
- the fields to set
getRowData
public Object[] getRowData()
- Returns:
- the rowData
setRowData
public void setRowData(Object[] rowData)
- Parameters:
rowData
- the rowData to set