Class ValueHandlerNotValidationFrameworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.cockpit.services.values.ValueHandlerException
-
- de.hybris.platform.cockpit.services.values.ValueHandlerNotValidationFrameworkException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueHandlerNotValidationFrameworkException extends ValueHandlerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueHandlerNotValidationFrameworkException(java.lang.String message, java.lang.Throwable cause, java.util.Set<CockpitValidationDescriptor> properties)
-
Method Summary
-
Methods inherited from class de.hybris.platform.cockpit.services.values.ValueHandlerException
getProperties, getRelatedProperties, setProperties
-
-
-
-
Constructor Detail
-
ValueHandlerNotValidationFrameworkException
public ValueHandlerNotValidationFrameworkException(java.lang.String message, java.lang.Throwable cause, java.util.Set<CockpitValidationDescriptor> properties)
-
-