Class ItemCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.inboundservices.persistence.populator.ItemCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemCreationException extends java.lang.RuntimeExceptionAn exception indicating that an item model instance has failed to create or initialize in the type system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemCreationException(java.lang.Throwable e, TypeDescriptor type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeDescriptorgetItemType()
-
-
-
Constructor Detail
-
ItemCreationException
public ItemCreationException(java.lang.Throwable e, TypeDescriptor type)
-
-
Method Detail
-
getItemType
public TypeDescriptor getItemType()
-
-