Class RuntimeVersionUnsupportedException

    • Constructor Detail

      • RuntimeVersionUnsupportedException

        public RuntimeVersionUnsupportedException​(IDtProject project,
                                                  Version requiredVersion)
        Creates an instance of the exception.
        Parameters:
        project - The target project for the exception. Cannot be null.
        requiredVersion - Required platform version. Cannot be null.
    • Method Detail

      • getRequiredVersion

        public Version getRequiredVersion()
        Gets the version of the platform that is required
        Returns:
        The version of the platform that should be installed to continue with the project. May not be null