Class UnresolvedValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.impex.jalo.ImpExException
-
- de.hybris.platform.impex.jalo.header.UnresolvedValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnresolvedValueException extends ImpExException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.impex.jalo.ImpExException
ImpExException.ErrorCodes
-
-
Constructor Summary
Constructors Constructor Description UnresolvedValueException(java.lang.String msg)
Compatibility constructor for using itsUnresolvedValueException
.UnresolvedValueException(java.lang.String qualifier, java.lang.String cellValue)
UnresolvedValueException(java.lang.Throwable e, java.lang.String qualifier, java.lang.String cellValue)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
UnresolvedValueException
public UnresolvedValueException(java.lang.String msg)
Compatibility constructor for using itsUnresolvedValueException
.
-
UnresolvedValueException
public UnresolvedValueException(java.lang.String qualifier, java.lang.String cellValue)
-
UnresolvedValueException
public UnresolvedValueException(java.lang.Throwable e, java.lang.String qualifier, java.lang.String cellValue)
-
-