public class KettleCellValueException
extends org.pentaho.di.core.exception.KettleException
KettleValueException that allows passing extra
 context info up the chain (sheet, row, and column IDs).
 
 If we were really obssessive, we'd cache both the names and
 indexes of all the items, including the input file. But this
 will do for a start.| Constructor and Description | 
|---|
KettleCellValueException(org.pentaho.di.core.exception.KettleException ex,
                        int sheetnr,
                        int rownr,
                        int colnr,
                        String fieldName)
Standard constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KettleCellValueException(org.pentaho.di.core.exception.KettleException ex,
                        int sheetnr,
                        int rownr,
                        int colnr,
                        String fieldName)
ex - The Exception to wrap.sheetnr - Sheet numberrownr - Row numbercolnr - Column numberfieldName - The name of the field being convertedpublic String getMessage()
getMessage in class org.pentaho.di.core.exception.KettleException