Class IllegalMultipleDeclarationException

    • Constructor Detail

      • IllegalMultipleDeclarationException

        public IllegalMultipleDeclarationException​(String paramID)
        Creates a new IllegalMultipleDeclarationException referencing the specified parameter.
        Parameters:
        paramID - the unique ID of the parameter that was illegally declared more than once.
    • Method Detail

      • getID

        public String getID()
        Returns the unique ID of the parameter that was illegally declared more than once.
        Returns:
        the unique ID of the parameter that was illegally declared more than once.