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:
java.io.Serializable
public class InsufficientDataException extends ImportExportException
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsufficientDataException.ErrorCode
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsufficientDataException.ErrorCodegetErrorCode()ValueLinegetValueLine()java.lang.StringtoString()
-
-
-
Field Detail
-
valueLine
protected ValueLine valueLine
-
-
Constructor Detail
-
InsufficientDataException
public InsufficientDataException(ValueLine line, java.lang.String message, InsufficientDataException.ErrorCode detail)
-
InsufficientDataException
public InsufficientDataException(ValueLine line, java.lang.String messge, InsufficientDataException.ErrorCode detail, java.lang.Throwable exThrowable)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
getErrorCode
public InsufficientDataException.ErrorCode getErrorCode()
-
getValueLine
public ValueLine getValueLine()
-
-