Class ElementNotFoundException

    • Field Detail

      • message

        protected String message
      • elemType

        protected String elemType
      • detailUri

        protected String detailUri
      • detailParam

        protected String detailParam
      • browseUri

        protected String browseUri
    • Constructor Detail

      • ElementNotFoundException

        public ElementNotFoundException​(String msg,
                                        String elemType,
                                        String detailUri,
                                        String detailParam,
                                        String browseUri)

        Constructor for ElementNotFoundException.

        Parameters:
        msg - a String object.
        elemType - a String object.
        detailUri - a String object.
        detailParam - a String object.
        browseUri - a String object.
      • ElementNotFoundException

        public ElementNotFoundException​(String msg,
                                        String elemType,
                                        String browseUri)

        Constructor for ElementNotFoundException.

        Parameters:
        msg - a String object.
        elemType - a String object.
        browseUri - a String object.
      • ElementNotFoundException

        public ElementNotFoundException​(String msg,
                                        String elemType)

        Constructor for ElementNotFoundException.

        Parameters:
        msg - a String object.
        elemType - a String object.
    • Method Detail

      • getElemType

        public String getElemType()

        Getter for the field elemType.

        Returns:
        a String object.
      • getElemType

        public String getElemType​(boolean initialCap)

        Getter for the field elemType.

        Parameters:
        initialCap - a boolean.
        Returns:
        a String object.
      • getDetailUri

        public String getDetailUri()

        Getter for the field detailUri.

        Returns:
        a String object.
      • getDetailParam

        public String getDetailParam()

        Getter for the field detailParam.

        Returns:
        a String object.
      • getBrowseUri

        public String getBrowseUri()

        Getter for the field browseUri.

        Returns:
        a String object.