public class InsufficientDataException extends ImportExportException
This exception should be rather used at data lines processing than during header analysis.
| Modifier and Type | Class and Description |
|---|---|
static class |
InsufficientDataException.ErrorCode |
| Constructor and Description |
|---|
InsufficientDataException(ValueLine line,
java.lang.String message,
InsufficientDataException.ErrorCode detail) |
InsufficientDataException(ValueLine line,
java.lang.String messge,
InsufficientDataException.ErrorCode detail,
java.lang.Throwable exThrowable) |
| Modifier and Type | Method and Description |
|---|---|
InsufficientDataException.ErrorCode |
getErrorCode() |
ValueLine |
getValueLine() |
java.lang.String |
toString() |
protected ValueLine valueLine
public InsufficientDataException(ValueLine line, java.lang.String message, InsufficientDataException.ErrorCode detail)
public InsufficientDataException(ValueLine line, java.lang.String messge, InsufficientDataException.ErrorCode detail, java.lang.Throwable exThrowable)
public java.lang.String toString()
toString in class java.lang.Throwablepublic InsufficientDataException.ErrorCode getErrorCode()
public ValueLine getValueLine()
Copyright © 2018 SAP SE. All Rights Reserved.