Class UnsupportedPropertyValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.util.config.UnsupportedPropertyValueException
All Implemented Interfaces:
Serializable

public class UnsupportedPropertyValueException extends RuntimeException
Thrown in case a provided for a configuration property is not supported.
See Also:
  • Constructor Details

    • UnsupportedPropertyValueException

      public UnsupportedPropertyValueException(String info, String property, String value)
    • UnsupportedPropertyValueException

      public UnsupportedPropertyValueException(String info, String property, String value, Throwable cause)