Class WebFilterEditorException

  • All Implemented Interfaces:
    LocalizableException, java.io.Serializable

    public class WebFilterEditorException
    extends WebBeanException
    Deprecated.
    not used anymore

    Title: WebFilterEditorException.

    Description: Class used by the Filter Editor bean for indicating an invalid exception.

    Copyright: Copyright (c) 2004

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • WebFilterEditorException

        public WebFilterEditorException()
        Deprecated.
        Constructs a WebFilterEditorException with no detail error code or error message.
      • WebFilterEditorException

        public WebFilterEditorException​(int errorCode)
        Deprecated.
        Constructs a WebFilterEditorException with the specified error code.
        Parameters:
        errorCode - the detail code
      • WebFilterEditorException

        public WebFilterEditorException​(java.lang.String errorMsg,
                                        int errorCode)
        Deprecated.
        Constructs a WebFilterEditorException with the specified error code and error message.
        Parameters:
        errorCode - the detail code
        errorMsg - the detail message
    • Method Detail

      • setValue

        public void setValue​(java.lang.String value)
        Deprecated.
        Specifies value in request that caused a validation error.
        Parameters:
        value - String
      • setFunction

        public void setFunction​(int id)
        Deprecated.
        Specifies last function Id used for creating an invalid filter sub expression.
        Parameters:
        id - int
      • getValue

        public java.lang.String getValue()
        Deprecated.
        Indicates invalid value that caused a validation error.
        Returns:
        String
      • getFunction

        public int getFunction()
        Deprecated.
        Indicates function Id used in invalid filter sub expression.
        Returns:
        int