Package de.hybris.platform.jalo.type
Class JaloAbstractTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.jalo.type.JaloTypeException
-
- de.hybris.platform.jalo.type.JaloAbstractTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class JaloAbstractTypeException extends JaloTypeException
thrown whenever an operation is attempted on an abstract type this is allowed only for concrete types- See Also:
ComposedType.isAbstract(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloAbstractTypeException(ComposedType type)JaloAbstractTypeException(java.lang.Throwable nested, int vendorCode)
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
JaloAbstractTypeException
public JaloAbstractTypeException(java.lang.Throwable nested, int vendorCode)
-
JaloAbstractTypeException
public JaloAbstractTypeException(ComposedType type)
-
-