public class KettleCellValueException extends KettleException
KettleException
to allow passing of extra context info up the chain (sheet, row, and column IDs).
If we were really obsessive, 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(KettleException ex,
int sheetnr,
int rownr,
int colnr,
String fieldName)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getSuperMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KettleCellValueException(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 KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.