public class ExcelUnreadableException extends IOException
Constructor and Description |
---|
ExcelUnreadableException() |
ExcelUnreadableException(PivotField _field,
String _oldValue,
String _newValue)
Constructs an ExcelUnreadableException with the field and duplicate values that causes 'unreadable content' to occur
|
Modifier and Type | Method and Description |
---|---|
PivotField |
getField() |
String |
getMessage() |
String |
getNewValue() |
String |
getOldValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExcelUnreadableException()
public ExcelUnreadableException(PivotField _field, String _oldValue, String _newValue)
_field
- the PivotField having the duplicate values_oldValue
- the duplicate value that occur earlier in the raw data_newValue
- the duplicate value that occur later in the raw datapublic PivotField getField()
public String getOldValue()
public String getNewValue()
public String getMessage()
getMessage
in class Throwable
Copyright © 2017. All rights reserved.