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,
String message,
InsufficientDataException.ErrorCode detail) |
InsufficientDataException(ValueLine line,
String messge,
InsufficientDataException.ErrorCode detail,
Throwable exThrowable) |
| Modifier and Type | Method and Description |
|---|---|
InsufficientDataException.ErrorCode |
getErrorCode() |
ValueLine |
getValueLine() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected ValueLine valueLine
public InsufficientDataException(ValueLine line, String message, InsufficientDataException.ErrorCode detail)
public InsufficientDataException(ValueLine line, String messge, InsufficientDataException.ErrorCode detail, Throwable exThrowable)
public InsufficientDataException.ErrorCode getErrorCode()
public ValueLine getValueLine()
Copyright © 2017 SAP SE. All Rights Reserved.