Class ValueHandlerException

    • Constructor Detail

      • ValueHandlerException

        public ValueHandlerException​(java.util.Set<CockpitValidationDescriptor> properties)
        Instantiates a new value handler exception.
        Parameters:
        properties - the properties
      • ValueHandlerException

        public ValueHandlerException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Instantiates a new value handler exception.
        Parameters:
        message - the message
        cause - the cause
      • ValueHandlerException

        public ValueHandlerException​(java.lang.Throwable cause,
                                     java.util.Set<CockpitValidationDescriptor> properties)
        Instantiates a new value handler exception.
        Parameters:
        cause - the cause
        properties - the properties
      • ValueHandlerException

        @Deprecated
        public ValueHandlerException​(java.lang.String message,
                                     java.util.Set<PropertyDescriptor> properties)
        Deprecated.
        since 6.3
        Instantiates a new value handler exception.
        Parameters:
        message - the message
        properties - the properties
      • ValueHandlerException

        @Deprecated
        public ValueHandlerException​(java.lang.String message,
                                     java.lang.Throwable cause,
                                     java.util.Set<PropertyDescriptor> properties)
        Deprecated.
        since 6.3
        Instantiates a new value handler exception.
        Parameters:
        message - the message
        cause - the cause
        properties - the properties
    • Method Detail

      • getRelatedProperties

        @Deprecated
        public java.util.Set<PropertyDescriptor> getRelatedProperties()
        Deprecated.
        since 6.3, use getProperties() instead
        Gets the related properties.
        Returns:
        the related properties
      • setProperties

        protected void setProperties​(java.util.Set<CockpitValidationDescriptor> properties)
        Instead of direct property access this setter was introduced.
        Throws:
        java.lang.IllegalArgumentException - when properties is null