Class InsufficientDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.impex.exceptions.ImportExportException
de.hybris.platform.impex.exceptions.InsufficientDataException
- All Implemented Interfaces:
Serializable
Exception for cases where insufficiency of some data occurs.
This exception should be rather used at data lines processing than during header analysis.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInsufficientDataException(ValueLine line, String message, InsufficientDataException.ErrorCode detail) InsufficientDataException(ValueLine line, String messge, InsufficientDataException.ErrorCode detail, Throwable exThrowable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
valueLine
-
-
Constructor Details
-
InsufficientDataException
public InsufficientDataException(ValueLine line, String message, InsufficientDataException.ErrorCode detail) -
InsufficientDataException
public InsufficientDataException(ValueLine line, String messge, InsufficientDataException.ErrorCode detail, Throwable exThrowable)
-
-
Method Details