Class InvalidPropertyValueException

  • All Implemented Interfaces:
    Serializable

    public class InvalidPropertyValueException
    extends org.alfresco.error.AlfrescoRuntimeException
    Custom AlfrescoRuntimeException for invalid property values.
    Author:
    abalmus
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPropertyValueException

        public InvalidPropertyValueException​(String msgId)
        Creates a new InvalidPropertyValueException with custom message ID.
        Parameters:
        msgId -
      • InvalidPropertyValueException

        public InvalidPropertyValueException​(String msgId,
                                             Object[] msgParams)
        Creates a new InvalidPropertyValueException with custom message ID and custom message parameters.
        Parameters:
        msgId -
        msgParams -