public class KettleCellValueException
extends org.pentaho.di.core.exception.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.| 构造器和说明 |
|---|
KettleCellValueException(org.pentaho.di.core.exception.KettleException ex,
int sheetnr,
int rownr,
int colnr,
String fieldName)
Standard constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMessage() |
public 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 在类中 org.pentaho.di.core.exception.KettleExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.