Class ExecutionEnvironmentNotExistException

    • Constructor Detail

      • ExecutionEnvironmentNotExistException

        public ExecutionEnvironmentNotExistException​(ExecutionEnvironmentID backendID)
        This exception is produced when a backend with ID provided does not exist
        Parameters:
        backendID - ID of the backend
      • ExecutionEnvironmentNotExistException

        public ExecutionEnvironmentNotExistException​(String exeEnvName,
                                                     CommonMessages.Langs exeEnvLang)
        This exception is produced when a certain name does not correspont to any Execution Environment
        Parameters:
        exeEnvName - Name of the not existant backend
      • ExecutionEnvironmentNotExistException

        public ExecutionEnvironmentNotExistException​(CommonMessages.Langs exeEnvLang)
        This exception is produced when a certain name does not correspont to any Execution Environment
        Parameters:
        exeEnvName - Name of the not existant backend
      • ExecutionEnvironmentNotExistException

        public ExecutionEnvironmentNotExistException​(ExecutionEnvironment backendProto)
        This exception is produced when a backend with specifications does not exist
        Parameters:
        backendProto - Specifications of the backend